Merge "Default to the ML2 plugin in Neutron instead of OVS"

This commit is contained in:
Jenkins 2013-10-01 02:22:08 +00:00 committed by Gerrit Code Review
commit 3c5247fac9

View File

@ -88,7 +88,7 @@ NEUTRON_CONF=$NEUTRON_CONF_DIR/neutron.conf
export NEUTRON_TEST_CONFIG_FILE=${NEUTRON_TEST_CONFIG_FILE:-"$NEUTRON_CONF_DIR/debug.ini"} export NEUTRON_TEST_CONFIG_FILE=${NEUTRON_TEST_CONFIG_FILE:-"$NEUTRON_CONF_DIR/debug.ini"}
# Default Neutron Plugin # Default Neutron Plugin
Q_PLUGIN=${Q_PLUGIN:-openvswitch} Q_PLUGIN=${Q_PLUGIN:-ml2}
# Default Neutron Port # Default Neutron Port
Q_PORT=${Q_PORT:-9696} Q_PORT=${Q_PORT:-9696}
# Default Neutron Host # Default Neutron Host