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:
parent
5e00034d8e
commit
e438c34eaa
@ -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>
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user