python-openstackclient/openstackclient
Rui Chen 6aceca218a Replace "Display Name" by "Name" in volume list
Current "volume list --name" command use "display_name" as search_opts
to send to cinder API, and show the result table with "Display Name"
column title in osc, cinder list API support "name" as search opts too,
and there is "name" attribute in volume response body, so we can replace
all "Display Name" by "Name" in order to keep "volume list" command
consistent with other commands, like: server list, network list and so
on, only use "Name" attribute for all objects.

Support a mapping for volume list -c "Display Name" (Volume v1 and v2)
and volume create/show -c "display_name" (Volume v1) for minimal
backward compatibility until R release.

Change-Id: I120be0118e7bb30093b4237c5eeb69a9eedef077
Closes-Bug: #1657956
Depends-On: I1fb62219b092346ea380099811cbd082cae5bafe
2017-05-26 11:37:09 +08:00
..
api Fix Nova-net netowrk commands 2017-04-27 20:36:00 +00:00
common Refactor Extension show and list command 2017-05-18 11:33:45 +08:00
compute Merge "Create server with security group ID and name" 2017-05-22 23:09:02 +00:00
identity Use _get_token_resource in role assignment list 2017-05-23 17:16:41 +02:00
image Help/docs cleanups: marker, limit, ip-address metavars 2017-04-04 03:56:19 +00:00
locale Imported Translations from Zanata 2016-06-04 06:18:46 +00:00
network Merge "Revert "Fix port command for SDK >0.9.10"" 2017-05-07 15:30:23 +00:00
object Help/docs cleanups: marker, limit, ip-address metavars 2017-04-04 03:56:19 +00:00
tests Replace "Display Name" by "Name" in volume list 2017-05-26 11:37:09 +08:00
volume Replace "Display Name" by "Name" in volume list 2017-05-26 11:37:09 +08:00
__init__.py Change version reporting to use pbr 2013-08-02 12:11:49 -05:00
i18n.py Remove log translations 2017-03-21 17:23:09 +08:00
shell.py Improve no-auth path 2017-04-24 18:57:10 -05:00