4179c3527c
Since Nova API v2.56, Nova migrate Server(migrate Action) API has host option. This patch replaces cold migration implementation to use the API. Change-Id: Idd6ebc94f81ad5d65256c80885f2addc1aaeaae1 Implements: blueprint replace-cold-migrate-to-use-nova-migration-api
15 lines
519 B
YAML
15 lines
519 B
YAML
---
|
|
features:
|
|
- |
|
|
Instance cold migration logic is now replaced with using Nova migrate
|
|
Server(migrate Action) API which has host option since v2.56.
|
|
upgrade:
|
|
- |
|
|
Nova API version is now set to 2.56 by default. This needs the migrate
|
|
action of migration type cold with destination_node parameter to work.
|
|
fixes:
|
|
- |
|
|
The migrate action of migration type cold with destination_node parameter
|
|
was fixed. Before fixing, it booted an instance in the service project
|
|
as a migrated instance.
|