Using glance 'image-list'/'image-show' in boot help message
Using glance commands instead in boot help message. Change-Id: I0f20d24a9ab32a80bbbc524e1b5ce754aded1814
This commit is contained in:
parent
6aea33c79f
commit
31c9e399f2
@ -370,14 +370,14 @@ def _boot(cs, args):
|
||||
'--image',
|
||||
default=None,
|
||||
metavar='<image>',
|
||||
help=_("Name or ID of image (see 'nova image-list'). "))
|
||||
help=_("Name or ID of image (see 'glance image-list'). "))
|
||||
@utils.arg(
|
||||
'--image-with',
|
||||
default=[],
|
||||
type=_key_value_pairing,
|
||||
action='append',
|
||||
metavar='<key=value>',
|
||||
help=_("Image metadata property (see 'nova image-show'). "))
|
||||
help=_("Image metadata property (see 'glance image-show'). "))
|
||||
@utils.arg(
|
||||
'--boot-volume',
|
||||
default=None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user