Merge "Change lib/neutron-legacy to not enable linuxbridge for DVR"

This commit is contained in:
Jenkins 2017-09-19 12:58:07 +00:00 committed by Gerrit Code Review
commit fe91455e7d

View File

@ -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