609988ebac
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>
7 lines
207 B
YAML
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.
|