summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2022-12-15 18:21:29 +0000
committerStephen Finucane <sfinucan@redhat.com>2022-12-15 18:22:08 +0000
commite0577e7ebe359ff241023b64055f777f8504d3af (patch)
tree98d4db1ca57fb23f3c5ea5e2403eba058019bf4e /releasenotes
parent25b4714f1cd12c20ff7653f05dddb5486a037fcc (diff)
downloadpython-openstackclient-e0577e7ebe359ff241023b64055f777f8504d3af.tar.gz
compute: 'server volume update' -> 'server volume set'
We use 'set', not 'update', in command names. An alias is provided. Change-Id: I7864599e06df055999b975aabf101611cd482753 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/rename-server-volume-update-to-server-volume-set-833f1730a9bf6169.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/rename-server-volume-update-to-server-volume-set-833f1730a9bf6169.yaml b/releasenotes/notes/rename-server-volume-update-to-server-volume-set-833f1730a9bf6169.yaml
new file mode 100644
index 00000000..c1e9251b
--- /dev/null
+++ b/releasenotes/notes/rename-server-volume-update-to-server-volume-set-833f1730a9bf6169.yaml
@@ -0,0 +1,6 @@
+---
+upgrade:
+ - |
+ The ``server volume update`` command has been renamed to ``server volume
+ set`` to better match other commands in OSC. An alias is provided for
+ backwards compatibility.