summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-05 20:10:56 +0000
committerGerrit Code Review <review@openstack.org>2017-06-05 20:10:56 +0000
commitc5524c80be4cd3e2443dc9539d1bf21eb3b8e297 (patch)
tree50201851c1658f9596bd6e0ccb80184cb413dd7d /releasenotes/notes
parentadac738f17f4fbf261089f45544a72f63e3ddebe (diff)
parent6aceca218af7d1d2c708fde48f1a5f2b798bc421 (diff)
downloadpython-openstackclient-c5524c80be4cd3e2443dc9539d1bf21eb3b8e297.tar.gz
Merge "Replace "Display Name" by "Name" in volume list"
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/bug-1657956-977a615f01775288.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1657956-977a615f01775288.yaml b/releasenotes/notes/bug-1657956-977a615f01775288.yaml
new file mode 100644
index 00000000..3a392bed
--- /dev/null
+++ b/releasenotes/notes/bug-1657956-977a615f01775288.yaml
@@ -0,0 +1,13 @@
+---
+fixes:
+ - |
+ Change column name ``Display Name`` to ``Name`` in ``volume list`` output.
+ Current ``volume list --name`` command uses ``display_name`` as search_opts
+ to send to cinder API, and show the result table with ``Display Name``
+ as column title. Replace all ``Display Name`` by ``Name`` to be consistent
+ with other list commands.
+
+ Support a mapping for volume list -c ``Display Name`` (Volume v1 and v2)
+ and volume create/show -c ``display_name`` (Volume v1) to maintain backward
+ compatibility until the next major release.
+ [Bug `1657956 <https://bugs.launchpad.net/python-openstackclient/+bug/1657956>`_]