python-openstackclient/releasenotes/notes/add-server-migrate-confirm-revert-commands-9d8079c9fddea36d.yaml
Stephen Finucane 609988ebac 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 <sfinucan@redhat.com>
2019-09-10 13:45:41 +00:00

7 lines
207 B
YAML

---
features:
- |
Add ``server migrate confirm`` and ``server migrate revert`` commands.
These are aliases of the ``server resize confirm`` and ``server resize revert``
commands, respectively.