ecfa521b21
This patch adds a new parameter ``--availability-zone`` to ``nova unshelve`` command. This can help users to specify an ``availability_zone`` to unshelve a shelve offloaded server from 2.77 microversion. Depends-On: https://review.opendev.org/#/c/663851/ Implements: blueprint support-specifying-az-when-restore-shelved-server Change-Id: I8bce8f430bc54f03bacc105e37fc8b3bbf2432c2
9 lines
289 B
YAML
9 lines
289 B
YAML
---
|
|
features:
|
|
- |
|
|
Support has been added for `microversion 2.77`_. This microversion
|
|
allows specifying an availability zone to unshelve a shelve
|
|
offloaded server.
|
|
|
|
.. _microversion 2.77: https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id69
|