6e0699c1cf
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
8 lines
353 B
YAML
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.
|