diff options
| author | René Ribaud <rribaud@redhat.com> | 2022-03-03 17:50:08 +0100 |
|---|---|---|
| committer | René Ribaud <rribaud@redhat.com> | 2022-08-22 15:03:24 +0200 |
| commit | 6e0699c1cf3e603850580a6bb5ca2e377fe1bc84 (patch) | |
| tree | 05459c4776b841abc7f1181737d06578775fa5cb /releasenotes/notes | |
| parent | 27b2496e03ceb95b56b3b1b68a57058fe90251b5 (diff) | |
| download | python-openstackclient-6e0699c1cf3e603850580a6bb5ca2e377fe1bc84.tar.gz | |
Microversion 2.91: Support specifying destination host to unshelve
This patch adds a new parameter ``--host`` to
``openstack server unshelve`` command. This can help administrators to specify
an ``host`` to unshelve a shelve offloaded server.
And add new parameter ``--no-availability-zone`` to unpin a server availability
These parameters are available in the 2.91 microversion.
Depends-On: https://review.opendev.org/c/openstack/python-novaclient/+/831651
Implements: blueprint unshelve-to-host
Change-Id: I7986adc7563f63bcd4b3caf5eb7bc4329b4e1eca
Diffstat (limited to 'releasenotes/notes')
| -rw-r--r-- | releasenotes/notes/bp-unshelve-to-host-9ce4b7abf81aeedf.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-unshelve-to-host-9ce4b7abf81aeedf.yaml b/releasenotes/notes/bp-unshelve-to-host-9ce4b7abf81aeedf.yaml new file mode 100644 index 00000000..54a31d63 --- /dev/null +++ b/releasenotes/notes/bp-unshelve-to-host-9ce4b7abf81aeedf.yaml @@ -0,0 +1,7 @@ +--- +features: + - Add ``--host`` and ``--no-availability-zone`` options to the + ``server unshelve`` command to enable administrators to specify a + destination host or unset the availability zone during a server + unshelve, respectively. Both options require the server to be + shelved offload and ``--os-compute-api-version 2.91`` or greater. |
