diff options
author | Zuul <zuul@review.opendev.org> | 2023-05-17 23:20:28 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2023-05-17 23:20:28 +0000 |
commit | 4a62c7399210dd2f23aba4df000c17f1dab03817 (patch) | |
tree | 4e065411c863334bc53ab31cf2284f9e9c494c39 /doc/source | |
parent | d0a17d48a9972a572f22cc6f73525ec8a87c44ef (diff) | |
parent | 629eb33c4dcb73d44d1a4c6105e40d28f6cebdfc (diff) | |
download | python-openstackclient-master.tar.gz |
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/cli/command-objects/volume-qos.rst | 7 |
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) |