Browse code

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

Brian Haley authored on 2017/09/13 07:13:26
Showing 1 changed files
... ...
@@ -168,7 +168,7 @@ fi
168 168
 #
169 169
 Q_DVR_MODE=${Q_DVR_MODE:-legacy}
170 170
 if [[ "$Q_DVR_MODE" != "legacy" ]]; then
171
-    Q_ML2_PLUGIN_MECHANISM_DRIVERS=openvswitch,linuxbridge,l2population
171
+    Q_ML2_PLUGIN_MECHANISM_DRIVERS=openvswitch,l2population
172 172
 fi
173 173
 
174 174
 # Provider Network Configurations