From 31c9e399f2566a1985fbe01cc092c6a42ac5c2b3 Mon Sep 17 00:00:00 2001 From: huangtianhua <huangtianhua@huawei.com> Date: Mon, 28 Mar 2016 17:33:31 +0800 Subject: [PATCH] Using glance 'image-list'/'image-show' in boot help message Using glance commands instead in boot help message. Change-Id: I0f20d24a9ab32a80bbbc524e1b5ce754aded1814 --- novaclient/v2/shell.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/novaclient/v2/shell.py b/novaclient/v2/shell.py index 0b8f816ce..10f04aee1 100644 --- a/novaclient/v2/shell.py +++ b/novaclient/v2/shell.py @@ -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,