Browse code

Merge "lib/neutron: Use NEUTRON_PLUGIN instead of hardcoding ml2"

Jenkins authored on 2016/09/27 03:18:46
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