Change-Id: Ia60381694f30978984cdf33e3141dc153d294e17
| ... | ... |
@@ -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 |