summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2023-05-17 12:27:45 +0100
committerStephen Finucane <stephenfin@redhat.com>2023-05-17 16:50:16 +0100
commit629eb33c4dcb73d44d1a4c6105e40d28f6cebdfc (patch)
tree485a8b83d670a19d644eab733528c2e29dc1a1aa /doc
parent31ae635ffe0a2c37ab2bda394d2b072d7e5acff9 (diff)
downloadpython-openstackclient-629eb33c4dcb73d44d1a4c6105e40d28f6cebdfc.tar.gz
volume: Add 'volume qos set --no-property' option
Supporting "--no-property" option will apply user a convenient way to clean all properties of volume qos in a short command. The patch adds "--no-property" option in "volume qos set" command and update related test cases and docs. Change-Id: I1fb5b4f0a923bbf557a3af3f63809bde9e84ffd4
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)