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

This commit is contained in:
Zuul 2018-03-16 06:56:04 +00:00 committed by Gerrit Code Review
commit 058700039b
1 changed files with 1 additions and 1 deletions

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