Browse code

lib/neutron: Use NEUTRON_PLUGIN instead of hardcoding ml2

Change-Id: Ia60381694f30978984cdf33e3141dc153d294e17

YAMAMOTO Takashi authored on 2016/07/21 16:02:49
Showing 1 changed files
... ...
@@ -139,7 +139,7 @@ function configure_neutron_new {
139 139
 
140 140
         cp $NEUTRON_DIR/etc/api-paste.ini $NEUTRON_CONF_DIR/api-paste.ini
141 141
 
142
-        iniset $NEUTRON_CONF DEFAULT core_plugin ml2
142
+        iniset $NEUTRON_CONF DEFAULT core_plugin $NEUTRON_PLUGIN
143 143
 
144 144
         iniset $NEUTRON_CONF DEFAULT policy_file $policy_file
145 145
         iniset $NEUTRON_CONF DEFAULT allow_overlapping_ips True