From 629eb33c4dcb73d44d1a4c6105e40d28f6cebdfc Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 17 May 2023 12:27:45 +0100 Subject: 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 --- doc/source/cli/command-objects/volume-qos.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/source/cli') 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 [...] ] +.. option:: --no-property + + Remove all properties from :ref:`\ ` + (specify both :option:`--no-property` and :option:`--property` to + remove the current properties before setting new properties.) + .. option:: --property Property to add or modify for this QoS specification (repeat option to set multiple properties) -- cgit v1.2.1