summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2021-01-20 10:19:19 +0000
committerStephen Finucane <sfinucan@redhat.com>2021-01-21 11:01:15 +0000
commita52beacaa6fcc11d48f5b742c73aa2c0f87634ce (patch)
tree1027fdac83f1da538c8c444bbc07e4b56d7c2ac5 /releasenotes
parentf80fe2d8cf50f85601e2895a5f878764fa77c154 (diff)
downloadpython-openstackclient-a52beacaa6fcc11d48f5b742c73aa2c0f87634ce.tar.gz
compute: Rename 'server migrate (confirm|revert)'
We're confirming or reverting a server migration, not a server migrate. We've a number of 'server migration *' commands now so it makes sense to move them under here. Change-Id: Ib95bb36511dad1aafe75f0c88d10ded382e4fa5c Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/rename-server-migrate-confirm-revert-commands-84fcb937721f5c4a.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/rename-server-migrate-confirm-revert-commands-84fcb937721f5c4a.yaml b/releasenotes/notes/rename-server-migrate-confirm-revert-commands-84fcb937721f5c4a.yaml
new file mode 100644
index 00000000..4c24d5f2
--- /dev/null
+++ b/releasenotes/notes/rename-server-migrate-confirm-revert-commands-84fcb937721f5c4a.yaml
@@ -0,0 +1,7 @@
+---
+upgrade:
+ - |
+ The ``server migrate confirm`` and ``server migrate revert`` commands,
+ introduced in OSC 5.0, have been deprecated in favour of
+ ``server migration confirm`` and ``server migration revert`` respectively.
+ The deprecated commands will be removed in a future major version.