lib/neutron: Use NEUTRON_PLUGIN instead of hardcoding ml2

Change-Id: Ia60381694f30978984cdf33e3141dc153d294e17
This commit is contained in:
YAMAMOTO Takashi 2016-07-21 16:02:49 +09:00
parent 79722563a6
commit 11817482c0

View File

@ -139,7 +139,7 @@ function configure_neutron_new {
cp $NEUTRON_DIR/etc/api-paste.ini $NEUTRON_CONF_DIR/api-paste.ini
iniset $NEUTRON_CONF DEFAULT core_plugin ml2
iniset $NEUTRON_CONF DEFAULT core_plugin $NEUTRON_PLUGIN
iniset $NEUTRON_CONF DEFAULT policy_file $policy_file
iniset $NEUTRON_CONF DEFAULT allow_overlapping_ips True