nova/releasenotes/notes/bp-making-live-migration-api-friendly-3b547f4e0958ee05.yaml
Eli Qiao f18a46c072 API: Improve os-migrateLive input parameters
This is os-migrateLive API changes:

    * 2.25 - Make block_migration to support 'auto' value, remove
             disk_over_commit.

Partially implements: blueprint making-live-migration-api-friendly
APIImpact
DocImpact
Change-Id: Ibb0d50f0f7444028ef9d0c294aea41edf0024b31
2016-02-29 17:44:17 +00:00

10 lines
407 B
YAML

---
feature:
- Make block_migration to support 'auto' value, which means nova will decide
the value of block_migration during live-migration, and remove
disk_over_commit flag for os-migrateLive action in microversion 2.23.
upgrade:
- We can not use microversion 2.25 to do live-migration during upgrade,
nova-api will raise bad request if there is still old compute node in the
cluster.