summaryrefslogtreecommitdiff
path: root/doc/source/cli/command-objects
diff options
context:
space:
mode:
authortianhui <tianhui@awcloud.com>2018-06-14 18:20:04 +0800
committertianhui <tianhui@awcloud.com>2018-06-20 09:11:05 +0000
commit4a68ba625ce39de6e6d260ff06e0b0d88512f794 (patch)
tree26ca20b2a990eb3510b5d284b9f9f8d79be80873 /doc/source/cli/command-objects
parent9766eb23e797935fcafa4990b46cedde83b19fc6 (diff)
downloadpython-openstackclient-4a68ba625ce39de6e6d260ff06e0b0d88512f794.tar.gz
Compute: Add description support for flavor
Co-Authored-By: Fan Zhang <zh.f@outlook.com> Change-Id: I0dc80bee3ba6ff4ec8cc3fc113b6de7807e0bf2a Story: 2002196 Task: 21681
Diffstat (limited to 'doc/source/cli/command-objects')
-rw-r--r--doc/source/cli/command-objects/flavor.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/flavor.rst b/doc/source/cli/command-objects/flavor.rst
index 1cbd2df3..2d946de3 100644
--- a/doc/source/cli/command-objects/flavor.rst
+++ b/doc/source/cli/command-objects/flavor.rst
@@ -24,6 +24,7 @@ Create new flavor
[--property <key=value> [...] ]
[--project <project>]
[--project-domain <project-domain>]
+ [--description <description>]
<flavor-name>
.. option:: --id <id>
@@ -76,6 +77,10 @@ Create new flavor
Domain the project belongs to (name or ID).
This can be used in case collisions between project names exist.
+.. option:: --description <description>
+
+ Description to add for this flavor
+
.. _flavor_create-flavor-name:
.. describe:: <flavor-name>
@@ -148,6 +153,7 @@ Set flavor properties
[--property <key=value> [...] ]
[--project <project>]
[--project-domain <project-domain>]
+ [--description <description>]
<flavor>
.. option:: --property <key=value>
@@ -168,6 +174,10 @@ Set flavor properties
Remove all properties from this flavor (specify both --no-property and --property
to remove the current properties before setting new properties.)
+.. option:: --description <description>
+
+ Set description to this flavor
+
.. describe:: <flavor>
Flavor to modify (name or ID)