Change-Id: Iabf7a5ff2e53b1822a327600da9acac8cf6a59f7
| ... | ... |
@@ -62,6 +62,9 @@ function neutron_plugin_configure_service() {
|
| 62 | 62 |
if [[ "$MIDONET_PROVIDER_ROUTER_ID" != "" ]]; then |
| 63 | 63 |
iniset /$Q_PLUGIN_CONF_FILE MIDONET provider_router_id $MIDONET_PROVIDER_ROUTER_ID |
| 64 | 64 |
fi |
| 65 |
+ |
|
| 66 |
+ Q_L3_ENABLED=True |
|
| 67 |
+ Q_L3_ROUTER_PER_TENANT=True |
|
| 65 | 68 |
} |
| 66 | 69 |
|
| 67 | 70 |
function neutron_plugin_setup_interface_driver() {
|