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
This commit is contained in:
wangxiyuan
2017-05-19 10:12:13 +08:00
parent 16af9f72b6
commit 990527ea79

View File

@@ -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>',