From 609988ebac2c6bbb596aa77b46589274ffbc1e07 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 10 Jun 2019 17:09:56 +0100 Subject: Add 'openstack server migrate (confirm|revert)' commands While cold migration and resize are essentially the same operation under the hood, meaning one could use the 'openstack server resize confirm' and 'openstack server resize revert' commands instead, there is no reason the operator needs to know this. Add these flags as syntactic sugar to help simplify operators lives. The help texts for both the 'openstack server resize' and 'openstack server migrate' commands are updated to clarify the relationship between the two operations. Change-Id: I0cb6304c794bffaec785add9f7b8cf53ab28cacd Signed-off-by: Stephen Finucane --- ...add-server-migrate-confirm-revert-commands-9d8079c9fddea36d.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/add-server-migrate-confirm-revert-commands-9d8079c9fddea36d.yaml (limited to 'releasenotes/notes') diff --git a/releasenotes/notes/add-server-migrate-confirm-revert-commands-9d8079c9fddea36d.yaml b/releasenotes/notes/add-server-migrate-confirm-revert-commands-9d8079c9fddea36d.yaml new file mode 100644 index 00000000..d1fe2411 --- /dev/null +++ b/releasenotes/notes/add-server-migrate-confirm-revert-commands-9d8079c9fddea36d.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + Add ``server migrate confirm`` and ``server migrate revert`` commands. + These are aliases of the ``server resize confirm`` and ``server resize revert`` + commands, respectively. -- cgit v1.2.1