8230470198
The support to set config paramter NovaLiveMigrationWaitForVIFPlug was added in I0048d1f57eeb3418b52f225f87810ea1a7250a0f which default to true but has a condition as well, because of which live-migration fails with timeout. This changes removes the condition and uses the default value. Also change Ib9fe6e1bfea1d5f62b2f2b6fdb12d16878108c3f fixes the issue in networking-ovn project. Change-Id: Iba2b7a94c23ff3bcc311e92b63d6c05d9cb6d065
9 lines
296 B
YAML
9 lines
296 B
YAML
---
|
|
features:
|
|
- |
|
|
Add parameter `NovaLiveMigrationWaitForVIFPlug` which allows to set
|
|
`live_migration_wait_for_vif_plug` which in turn allows whether to
|
|
wait for ``network-vif-plugged`` events before starting guest transfer.
|
|
The default value for the parameter is set to true.
|
|
|