diff options
| author | Zuul <zuul@review.opendev.org> | 2019-08-20 18:12:20 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2019-08-20 18:12:20 +0000 |
| commit | a15e4741fa1c02e3e87ce072cfee2b19f9279924 (patch) | |
| tree | b537d827a7c49708f9ac6ab6e3d0371a0c024e43 /releasenotes/notes | |
| parent | 8ef2602447a1e26b9ec56056ef31d4cabb3dc2e7 (diff) | |
| parent | 7561e062ebd80a28655523320cbe1a49e94ee509 (diff) | |
| download | python-openstackclient-a15e4741fa1c02e3e87ce072cfee2b19f9279924.tar.gz | |
Merge "Add 'openstack server resize (confirm|revert)' commands"
Diffstat (limited to 'releasenotes/notes')
| -rw-r--r-- | releasenotes/notes/add-server-resize-confirm-revert-commands-98854ca98965432a.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/releasenotes/notes/add-server-resize-confirm-revert-commands-98854ca98965432a.yaml b/releasenotes/notes/add-server-resize-confirm-revert-commands-98854ca98965432a.yaml new file mode 100644 index 00000000..2399a1a6 --- /dev/null +++ b/releasenotes/notes/add-server-resize-confirm-revert-commands-98854ca98965432a.yaml @@ -0,0 +1,12 @@ +--- +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. |
