Browse code

Merge "Define Q_L3_ENABLED=True for MidoNet plugin"

Jenkins authored on 2013/12/13 05:55:43
Showing 1 changed files
... ...
@@ -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() {