From 230a5397edcf6ef0e6b36f2a11dd45e0f420c41a Mon Sep 17 00:00:00 2001 From: Marcin Wilk Date: Sat, 5 Oct 2024 19:26:06 +0200 Subject: [PATCH] Add 'prefer-chassis-as-gw=true' config to ovn-chassis Since Caracal release OVN chassis without this option set, don't configure external ports preventing North/South traffic. There is an open LP#2071391 [1], which describes this problem and links to the Caracal release notes for details [2]. Without this patch, Zaza functional tests fail because after migrating ML2 to OVN, there is no connectivity to instances via FIPs. [1] https://bugs.launchpad.net/charm-ovn-chassis/+bug/2071391 [2] https://docs.openstack.org/releasenotes/neutron/2024.1.html#new-features Change-Id: I3d7595bf21c98b481565e33776c2c104ad25c33c Signed-off-by: Marcin Wilk --- tests/bundles/noble-caracal.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bundles/noble-caracal.yaml b/tests/bundles/noble-caracal.yaml index 8d6b65e5..1d4fd930 100644 --- a/tests/bundles/noble-caracal.yaml +++ b/tests/bundles/noble-caracal.yaml @@ -150,6 +150,7 @@ applications: options: # start new units paused to allow unit by unit OVS to OVN migration new-units-paused: true + prefer-chassis-as-gw: true channel: latest/edge relations: - - 'neutron-api:amqp'