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:
huangtianhua 2016-03-28 17:33:31 +08:00
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,