Disable linuxbridge on the OVS gates

For some reason linuxbridge was set as mechanism driver in OVS gates.
This commit disables that as linuxbridge became experimental in Neutron
and gates fail.

Change-Id: I2dd5c7f19af73badae49d2509efb0016335e6c9e
This commit is contained in:
Michał Dulko 2022-07-06 12:55:17 +02:00
parent 20707b0330
commit 2f7df16997
2 changed files with 2 additions and 2 deletions

@ -164,7 +164,7 @@
KURYR_ENFORCE_SG_RULES: true
ML2_L3_PLUGIN: router
Q_AGENT: openvswitch
Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch,linuxbridge
Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Q_ML2_TENANT_NETWORK_TYPE: vxlan
zuul_copy_output:
'{{ devstack_log_dir }}/ovsdb-server-nb.log': 'logs'

@ -133,7 +133,7 @@
KURYR_SUBNET_DRIVER: namespace
ML2_L3_PLUGIN: router
Q_AGENT: openvswitch
Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch,linuxbridge
Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Q_ML2_TENANT_NETWORK_TYPE: vxlan
vars:
tempest_test_regex: '^(kuryr_tempest_plugin.tests.scenario.test_cross_ping_multi_worker.TestCrossPingScenarioMultiWorker)'