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:
@@ -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>',
|
||||
|
Reference in New Issue
Block a user