python-novaclient/releasenotes/notes/bp-cold-migration-with-target-queens-e361d4ae977aa396.yaml
Takashi NATSUME e5e8cebc81 Microversion 2.56 - Enable cold migration with target host
Change-Id: I4deea811ffae3e7944d5ec10ca0bbf2bfa056a7c
Implements: blueprint cold-migration-with-target-queens
2017-12-04 10:48:47 +09:00

9 lines
398 B
YAML

---
features:
- Added a new ``--host`` option to ``nova migrate`` command
in microversion 2.56. It enables administrators to specify
a target host when cold migating a server. The target host will be
validated by the scheduler. The target host cannot be the same as
the current host on which the server is running and must be in the
same cell that the server is currently in.