summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-05-17 23:20:28 +0000
committerGerrit Code Review <review@openstack.org>2023-05-17 23:20:28 +0000
commit4a62c7399210dd2f23aba4df000c17f1dab03817 (patch)
tree4e065411c863334bc53ab31cf2284f9e9c494c39 /doc
parentd0a17d48a9972a572f22cc6f73525ec8a87c44ef (diff)
parent629eb33c4dcb73d44d1a4c6105e40d28f6cebdfc (diff)
downloadpython-openstackclient-master.tar.gz
Merge "volume: Add 'volume qos set --no-property' option"HEADmaster
Diffstat (limited to 'doc')
-rw-r--r--doc/source/cli/command-objects/volume-qos.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/volume-qos.rst b/doc/source/cli/command-objects/volume-qos.rst
index 8fdbc122..52c1f2d4 100644
--- a/doc/source/cli/command-objects/volume-qos.rst
+++ b/doc/source/cli/command-objects/volume-qos.rst
@@ -116,9 +116,16 @@ Set QoS specification properties
.. code:: bash
openstack volume qos set
+ [--no-property]
[--property <key=value> [...] ]
<qos-spec>
+.. option:: --no-property
+
+ Remove all properties from :ref:`\<snapshot\> <volume_qos_set-qos-spec>`
+ (specify both :option:`--no-property` and :option:`--property` to
+ remove the current properties before setting new properties.)
+
.. option:: --property <key=value>
Property to add or modify for this QoS specification (repeat option to set multiple properties)