summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorBalazs Gibizer <gibi@redhat.com>2022-05-04 14:20:56 +0200
committerBalazs Gibizer <gibi@redhat.com>2022-05-04 14:20:56 +0200
commita3a593ad55480d240d0dd17b0dcf1185ea1498b8 (patch)
tree871d8abffbfaf0aadabfa9bfa4d83ed504de79da /.zuul.yaml
parentb8cc5704558d3c08fda9db2f1bb7fecb2bcd985d (diff)
downloadnova-a3a593ad55480d240d0dd17b0dcf1185ea1498b8.tar.gz
Enable live_migration_events in nova-ovs-hybrid-plug
The flag was added to prevent the source host neutron agents to trigger a vif-plugged event too early during a live migration. But actually it can be used in a more generic sense as the code filter on migration_to binding profile attribute. We saw too early vif-plugged events from neutron during evacuation in post part of the nova-ovs-hybrid-plug job. So this patch enables the workaround flag for this job too. Closes-Bug: #1971563 Change-Id: Ifd20ece3a4f126da16f077247c2f1e072edb7163
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index c3309dcb58..f583e35c9c 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -133,6 +133,9 @@
"/$NEUTRON_CORE_PLUGIN_CONF":
securitygroup:
firewall_driver: iptables_hybrid
+ $NEUTRON_CONF:
+ nova:
+ live_migration_events: True
group-vars:
subnode:
devstack_localrc:
@@ -156,6 +159,9 @@
"/$NEUTRON_CORE_PLUGIN_CONF":
securitygroup:
firewall_driver: iptables_hybrid
+ $NEUTRON_CONF:
+ nova:
+ live_migration_events: True
post-run: playbooks/nova-live-migration/post-run.yaml
- job: