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 <chenhx@certusnet.com.cn>
This commit is contained in:
Chen Hanxiao 2017-12-28 14:55:56 +08:00
parent 5e00034d8e
commit e438c34eaa
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ Create new flavor
.. option:: --swap <size-mb>
Swap space size in MB (default 0M)
Additional swap space size in MB (default 0M)
.. option:: --vcpus <num-cpu>

View File

@ -91,7 +91,7 @@ class CreateFlavor(command.ShowOne):
type=int,
metavar="<size-mb>",
default=0,
help=_("Swap space size in MB (default 0M)")
help=_("Additional swap space size in MB (default 0M)")
)
parser.add_argument(
"--vcpus",