tripleo-heat-templates/releasenotes/notes/live_migration_wait_for_vif_plug-6d16da261a138fb8.yaml
Rajesh Tailor 8230470198 Use default value for NovaLiveMigrationWaitForVIFPlug
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
2019-08-21 17:28:05 +05:30

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.