summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-02-13 18:19:26 +0000
committerGerrit Code Review <review@openstack.org>2017-02-13 18:19:26 +0000
commit655e73683a134c0c0f5acdc025b4532759f74202 (patch)
treea35e737d3cf136cf7662d9427f607cbcd2833879 /doc/source/command-objects
parent10bd6a6267b6eca537dff638d762e8bcbe4c11ea (diff)
parent6a3c7c2a68dd2aeb8a0a05143de3b14e4beea99d (diff)
downloadpython-openstackclient-655e73683a134c0c0f5acdc025b4532759f74202.tar.gz
Merge "Overwrite/Clear Flavor property"
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/flavor.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/command-objects/flavor.rst b/doc/source/command-objects/flavor.rst
index 971628d7..a9f8262e 100644
--- a/doc/source/command-objects/flavor.rst
+++ b/doc/source/command-objects/flavor.rst
@@ -144,6 +144,7 @@ Set flavor properties
.. code:: bash
openstack flavor set
+ [--no-property]
[--property <key=value> [...] ]
[--project <project>]
[--project-domain <project-domain>]
@@ -162,6 +163,11 @@ Set flavor properties
Domain the project belongs to (name or ID).
This can be used in case collisions between project names exist.
+.. option:: --no-property
+
+ Remove all properties from this flavor (specify both --no-property and --property
+ to remove the current properties before setting new properties.)
+
.. describe:: <flavor>
Flavor to modify (name or ID)