python-openstackclient/releasenotes/notes/add-server-migrate-with-host-4884a71903c5c8a9.yaml
Dean Troyer cb0c20b23c Update release table for Train and 4.0.0
Also clean up some docs and release notes.

Change-Id: I73feec747ca1bd12be5e5700c9ca608ed3a8b2c2
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2019-09-10 23:48:32 -05:00

9 lines
331 B
YAML

---
features:
- |
Add ``--host`` option to ``server migrate`` command
(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>`_]