From bc6324771b538ff9aee3ad44c4ca5ecdad402273 Mon Sep 17 00:00:00 2001 From: Kyle Mestery Date: Fri, 6 Sep 2013 14:59:30 +0000 Subject: [PATCH] Default to linuxbridge and openvswitch drivers for ML2. Since the addition of ML2 port-binding, the linuxbridge and openvswitch drivers are required to be loaded when running with ML2. This small patch adds their loading into ML2 into devstack. Fixes bug 1220743 Change-Id: I97c5f4e0e4af59766e0084ed3b2dea2843cb33bf --- lib/neutron_plugins/ml2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/neutron_plugins/ml2 b/lib/neutron_plugins/ml2 index 00bd716309..6ac20fe72e 100644 --- a/lib/neutron_plugins/ml2 +++ b/lib/neutron_plugins/ml2 @@ -20,7 +20,7 @@ Q_AGENT=${Q_AGENT:-openvswitch} source $TOP_DIR/lib/neutron_plugins/${Q_AGENT}_agent # List of MechanismDrivers to load -Q_ML2_PLUGIN_MECHANISM_DRIVERS=${Q_ML2_PLUGIN_MECHANISM_DRIVERS:-} +Q_ML2_PLUGIN_MECHANISM_DRIVERS=${Q_ML2_PLUGIN_MECHANISM_DRIVERS:-openvswitch,linuxbridge} # List of Type Drivers to load Q_ML2_PLUGIN_TYPE_DRIVERS=${Q_ML2_PLUGIN_TYPE_DRIVERS:-local,flat,vlan,gre,vxlan} # Default GRE TypeDriver options