summaryrefslogtreecommitdiff
path: root/releasenotes
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 /releasenotes
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 'releasenotes')
-rw-r--r--releasenotes/notes/add-volume-qos-set-no-property-option-348480dfc42a0a64.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/add-volume-qos-set-no-property-option-348480dfc42a0a64.yaml b/releasenotes/notes/add-volume-qos-set-no-property-option-348480dfc42a0a64.yaml
new file mode 100644
index 00000000..51b21450
--- /dev/null
+++ b/releasenotes/notes/add-volume-qos-set-no-property-option-348480dfc42a0a64.yaml
@@ -0,0 +1,4 @@
+---
+features:
+ - |
+ Add ``--no-property`` option in ``volume qos set``.