Define Q_L3_ENABLED=True for MidoNet plugin

Change-Id: Iabf7a5ff2e53b1822a327600da9acac8cf6a59f7
This commit is contained in:
Tomoe Sugihara 2013-11-14 20:04:44 +00:00 committed by Gerrit Code Review
parent 39807f4616
commit 81fe5f5498

View File

@ -62,6 +62,9 @@ function neutron_plugin_configure_service() {
if [[ "$MIDONET_PROVIDER_ROUTER_ID" != "" ]]; then
iniset /$Q_PLUGIN_CONF_FILE MIDONET provider_router_id $MIDONET_PROVIDER_ROUTER_ID
fi
Q_L3_ENABLED=True
Q_L3_ROUTER_PER_TENANT=True
}
function neutron_plugin_setup_interface_driver() {