From 11817482c03b3994cde93320f138d5a7ccd821d3 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 21 Jul 2016 16:02:49 +0900 Subject: [PATCH] lib/neutron: Use NEUTRON_PLUGIN instead of hardcoding ml2 Change-Id: Ia60381694f30978984cdf33e3141dc153d294e17 --- lib/neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/neutron b/lib/neutron index c1552e3d06..3fbcbd9a4d 100644 --- a/lib/neutron +++ b/lib/neutron @@ -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