diff options
| author | Chen Hanxiao <chenhx@certusnet.com.cn> | 2017-12-28 14:55:56 +0800 |
|---|---|---|
| committer | Chen Hanxiao <chenhx@certusnet.com.cn> | 2017-12-28 14:56:13 +0800 |
| commit | e438c34eaa8335e8727b7dd99a77dc73d37b9d9e (patch) | |
| tree | 6ec358e182bf7b0ca498bf22b3267ac53c63cd9e /doc/source/cli/command-objects | |
| parent | 5e00034d8e0c82dfa904997c36bf15e684fe9961 (diff) | |
| download | python-openstackclient-e438c34eaa8335e8727b7dd99a77dc73d37b9d9e.tar.gz | |
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>
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/flavor.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/cli/command-objects/flavor.rst b/doc/source/cli/command-objects/flavor.rst index 6feb4498..1cbd2df3 100644 --- a/doc/source/cli/command-objects/flavor.rst +++ b/doc/source/cli/command-objects/flavor.rst @@ -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> |
