From e438c34eaa8335e8727b7dd99a77dc73d37b9d9e Mon Sep 17 00:00:00 2001 From: Chen Hanxiao Date: Thu, 28 Dec 2017 14:55:56 +0800 Subject: flavor: clarify --swap description --swap will add a additional storage device, which not affect the original swap partition/device. This patch will clarify this misleading description. Change-Id: Ic079c069985d39cc969b97876901007a81883f57 Signed-off-by: Chen Hanxiao --- openstackclient/compute/v2/flavor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstackclient') diff --git a/openstackclient/compute/v2/flavor.py b/openstackclient/compute/v2/flavor.py index bf9921b7..0f5dd742 100644 --- a/openstackclient/compute/v2/flavor.py +++ b/openstackclient/compute/v2/flavor.py @@ -91,7 +91,7 @@ class CreateFlavor(command.ShowOne): type=int, metavar="", default=0, - help=_("Swap space size in MB (default 0M)") + help=_("Additional swap space size in MB (default 0M)") ) parser.add_argument( "--vcpus", -- cgit v1.2.1