162f4769b8
Update the commands and Python API bindings to reflect the new microversion. The various evacuate microversion functions are DRY'd up along the way. Change-Id: Ibfc905292258ffde05800387e5d6bbad4823085c Signed-off-by: Stephen Finucane <sfinucan@redhat.com> Depends-On: https://review.openstack.org/#/c/634600/ Implements: blueprint remove-force-flag-from-live-migrate-and-evacuate
9 lines
328 B
YAML
9 lines
328 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Added support for `microversion 2.68`_, which removes the ``--force`` option
|
|
from the ``nova evacuate``, ``nova live-migration``, ``nova host-evacuate``
|
|
and ``nova host-evacuate-live`` commands.
|
|
|
|
.. _microversion 2.68: https://docs.openstack.org/nova/latest/api_microversion_history.html#id61
|