python-openstackclient/releasenotes/notes/add-server-migrate-with-host-4884a71903c5c8a9.yaml
Martin Chlumsky 1aad94349b Allow "server migrate" (not live) to take "--host" option
Currently, doing a cold migration while specifying a target host is not
possible however nova api supports it since version 2.56.

This patch allows passing "--host" when doing a cold migration.
It runs normally if --os-compute-api-version is 2.56 or greater and
returns an error otherwise.

Change-Id: I960109008096ce8bb4e4c8ca6ffb22c33aacd995
Story: 2003325
Task: 24359
2019-06-21 14:47:07 +00:00

9 lines
343 B
YAML

---
features:
- |
Added the ability to specify ``--host`` with ``server migrate``
(cold migration) to specify the target host of the migration.
Requires ``--os-compute-api-version`` 2.56 or greater to target a
specific host for the (cold) migration.
[Story `2003325 <https://storyboard.openstack.org/#!/story/2003325>`_]