summaryrefslogtreecommitdiff
path: root/cinderclient/v3
diff options
context:
space:
mode:
authorwangxiyuan <wangxiyuan@huawei.com>2017-05-19 10:12:13 +0800
committerwangxiyuan <wangxiyuan@huawei.com>2017-05-19 10:12:13 +0800
commit990527ea79b17110aad48d5600cb6dde397b30c1 (patch)
tree4c1d0dc54b3a8c9f75e4d7109a01e62705f20166 /cinderclient/v3
parent16af9f72b6ff7eba91258e71cf05504de5ba6f7f (diff)
downloadpython-cinderclient-990527ea79b17110aad48d5600cb6dde397b30c1.tar.gz
Fix the wrong help message of marker
The marker for list manageable resources should be the resources' "reference" property, not "volume id" Change-Id: Icfe10b9a041daa6a9333f71fae15eba86d330b7b Closes-bug: #1657992
Diffstat (limited to 'cinderclient/v3')
-rw-r--r--cinderclient/v3/shell.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/cinderclient/v3/shell.py b/cinderclient/v3/shell.py
index f539dc5..35d2803 100644
--- a/cinderclient/v3/shell.py
+++ b/cinderclient/v3/shell.py
@@ -717,7 +717,8 @@ def do_cluster_disable(cs, args):
metavar='<marker>',
default=None,
help='Begin returning volumes that appear later in the volume '
- 'list than that represented by this volume id. '
+ 'list than that represented by this reference. This reference '
+ 'should be json like. '
'Default=None.')
@utils.arg('--limit',
metavar='<limit>',
@@ -1068,7 +1069,8 @@ def do_service_list(cs, args):
metavar='<marker>',
default=None,
help='Begin returning volumes that appear later in the volume '
- 'list than that represented by this volume id. '
+ 'list than that represented by this reference. This reference '
+ 'should be json like. '
'Default=None.')
@utils.arg('--limit',
metavar='<limit>',