python-openstackclient/releasenotes/notes/bp-unshelve-to-host-9ce4b7abf81aeedf.yaml
René Ribaud 6e0699c1cf 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
2022-08-22 15:03:24 +02:00

8 lines
353 B
YAML

---
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.