From ebffaf67c3f94b308f5d5ade070742df729d3dc0 Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Tue, 12 Sep 2017 16:13:26 -0600 Subject: [PATCH] Change lib/neutron-legacy to not enable linuxbridge for DVR DVR isn't supported by the Linux Bridge agent, but the mechanism driver is enabled by default, so Neutron attempts port-bindings for it, generating ERRORS in the neutron-server log in the check and gate jobs. Just remove it in the DVR case. Change-Id: Ic50e12e5fecf366a182c141b5c99649e653254cb Closes-bug: #1716782 --- lib/neutron-legacy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/neutron-legacy b/lib/neutron-legacy index 784f3a8167..2a18c678a8 100644 --- a/lib/neutron-legacy +++ b/lib/neutron-legacy @@ -168,7 +168,7 @@ fi # Q_DVR_MODE=${Q_DVR_MODE:-legacy} if [[ "$Q_DVR_MODE" != "legacy" ]]; then - Q_ML2_PLUGIN_MECHANISM_DRIVERS=openvswitch,linuxbridge,l2population + Q_ML2_PLUGIN_MECHANISM_DRIVERS=openvswitch,l2population fi # Provider Network Configurations