Browse code

Default to the ML2 plugin in Neutron instead of OVS

In Icehouse, the OVS and LinuxBridge plugins are being deprecated in
favor of the Modular Layer 2 (ML2) plugin. This change modifies
devstack to default to ML2 when Neutron is used for networking.

Fixes bug 1220745

Change-Id: I9a4c84b04727a710219fc11f862a655309ffb99b

Kyle Mestery authored on 2013/09/19 05:27:08
Showing 1 changed files
... ...
@@ -88,7 +88,7 @@ NEUTRON_CONF=$NEUTRON_CONF_DIR/neutron.conf
88 88
 export NEUTRON_TEST_CONFIG_FILE=${NEUTRON_TEST_CONFIG_FILE:-"$NEUTRON_CONF_DIR/debug.ini"}
89 89
 
90 90
 # Default Neutron Plugin
91
-Q_PLUGIN=${Q_PLUGIN:-openvswitch}
91
+Q_PLUGIN=${Q_PLUGIN:-ml2}
92 92
 # Default Neutron Port
93 93
 Q_PORT=${Q_PORT:-9696}
94 94
 # Default Neutron Host