From 48af145d95dcc50897b504a8bbff44c3906a112b Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Thu, 10 Jun 2021 11:13:10 +0000 Subject: [PATCH] Add "nova:live_migration_events" flag to subnode in multinode CI job Added "nova:live_migration_events" flag to subnode neutron.conf file in "neutron-tempest-multinode-full-py3" CI job. That flag was missing in the patch implementing this feature [1]. [1]https://review.opendev.org/c/openstack/neutron/+/766277 Change-Id: Idc938a1dc9de3ad77f558df4f4fb4ae5c3de3d21 Related-Bug: #1901707 --- zuul.d/tempest-multinode.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zuul.d/tempest-multinode.yaml b/zuul.d/tempest-multinode.yaml index a9ef401e08c..9397a69e2e1 100644 --- a/zuul.d/tempest-multinode.yaml +++ b/zuul.d/tempest-multinode.yaml @@ -210,6 +210,9 @@ c-vol: false devstack_local_conf: post-config: + $NEUTRON_CONF: + nova: + live_migration_events: True $NEUTRON_L3_CONF: agent: debug_iptables_rules: True