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:
parent
20707b0330
commit
2f7df16997
@ -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)'
|
||||
|
Loading…
x
Reference in New Issue
Block a user