python-openstackclient/releasenotes/notes/add-server-resize-confirm-revert-commands-98854ca98965432a.yaml
Stephen Finucane 7561e062eb Add 'openstack server resize (confirm|revert)' commands
These are currently exposed as flags on the 'openstack server resize'
command but they are in fact operation and should be exposed as commands
in their own right.

The old flag-based variants are deprecated for removal in 4.0.

Change-Id: I733796d3bda6c3755a3d3548bbe695abb474a6a0
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2019-08-09 15:48:15 +00:00

13 lines
457 B
YAML

---
features:
- |
Add ``server resize confirm`` and ``server resize revert`` commands.
These replace the now deprecated ``--confirm`` and ``--revert``
options to the ``server resize`` commands, respectively.
deprecations:
- |
Deprecate the ``--confirm`` and ``--revert`` options for the
``server resize`` command. They have been replaced with the
``server resize confirm`` and `server resize revert`` commands,
respectively.