98e4a64ad3
This patch does two things: 1. Add two APIs /servers/migrations:index/show for server migrations. Two new novaclient commands server-migration-list and server-migration-show will also be added. ref: I071198fa9ba0699383bdebf4fab54714a435e6c3 2. Add ref link for /os-migrations The old top-level resource `/os-migrations` won't be extended anymore. It is deprecated. Adding migration_type for it, also add ref link to /servers/{uuid}/migrations/{id} for it when the migration is an in progress migration. Partially implements blueprint live-migration-progress-report Change-Id: Ia92ecbe3c99082e3a34adf4fd29041b1a95ef21e Co-authored-by: ShaoHe Feng <shaohe.feng@intel.com>
9 lines
329 B
YAML
9 lines
329 B
YAML
---
|
|
deprecations:
|
|
-
|
|
The old top-level resource `/os-migrations` is deprecated, it won't be
|
|
extended anymore. And migration_type for /os-migrations, also add ref
|
|
link to the /servers/{uuid}/migrations/{id} for it when the migration
|
|
is an in-progress live-migration. This has been added in microversion
|
|
2.23.
|