summaryrefslogtreecommitdiff
path: root/cinderclient/v3/shell.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-03-15 16:29:59 +0000
committerGerrit Code Review <review@openstack.org>2017-03-15 16:29:59 +0000
commitd0790e31816628eb11152a9fb3bdc6d0d5f1962b (patch)
tree7ae94c4d02c5eb0c5cdea0f6e430f4c338e40c6e /cinderclient/v3/shell.py
parent152bff4df921fb64c9e455fd0fbee0350e75a713 (diff)
parent4d66365bbdcf9e5f03f3b90a25ad460b45c08307 (diff)
downloadpython-cinderclient-2.0.1.tar.gz
Merge "Change "--sort" description in help message"2.0.1
Diffstat (limited to 'cinderclient/v3/shell.py')
-rw-r--r--cinderclient/v3/shell.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cinderclient/v3/shell.py b/cinderclient/v3/shell.py
index 383e9fb..82d7b83 100644
--- a/cinderclient/v3/shell.py
+++ b/cinderclient/v3/shell.py
@@ -733,7 +733,7 @@ def do_cluster_disable(cs, args):
help=(('Comma-separated list of sort keys and directions in the '
'form of <key>[:<asc|desc>]. '
'Valid keys: %s. '
- 'Default=None.') % ', '.join(base.SORT_KEY_VALUES)))
+ 'Default=None.') % ', '.join(base.SORT_MANAGEABLE_KEY_VALUES)))
def do_manageable_list(cs, args):
"""Lists all manageable volumes."""
detailed = strutils.bool_from_string(args.detailed)
@@ -1084,7 +1084,7 @@ def do_service_list(cs, args):
help=(('Comma-separated list of sort keys and directions in the '
'form of <key>[:<asc|desc>]. '
'Valid keys: %s. '
- 'Default=None.') % ', '.join(base.SORT_KEY_VALUES)))
+ 'Default=None.') % ', '.join(base.SORT_MANAGEABLE_KEY_VALUES)))
def do_snapshot_manageable_list(cs, args):
"""Lists all manageable snapshots."""
detailed = strutils.bool_from_string(args.detailed)