From 22e4beed99ba0cf0cb46935d0fa3a4a6cb458b4c Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 5 Dec 2013 16:41:06 +0800 Subject: [PATCH] Fixes the core_plugin setup in neutron-common postinst. Change-Id: I5d33882d23b9e26d4582b9c9de5647856887e63b Rewritten-From: ee5252dbf13df2715116b2a00a56d9dd18958577 --- xenial/debian/changelog | 6 ++++++ xenial/debian/neutron-common.postinst.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/xenial/debian/changelog b/xenial/debian/changelog index da37a9eae..e58687c2b 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -1,3 +1,9 @@ +neutron (2013.2-8) unstable; urgency=medium + + * Fixes the core_plugin setup in neutron-common postinst. + + -- Thomas Goirand Thu, 05 Dec 2013 16:40:28 +0800 + neutron (2013.2-7) unstable; urgency=low * neutron-l3-agent & neutron-vpn-agent now conflicts with each other. diff --git a/xenial/debian/neutron-common.postinst.in b/xenial/debian/neutron-common.postinst.in index 58f21969a..a1cb5fb03 100644 --- a/xenial/debian/neutron-common.postinst.in +++ b/xenial/debian/neutron-common.postinst.in @@ -69,7 +69,7 @@ if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ] ; then NEUTRON_plugin=${RET} if [ -n "${RET}" ] ; then neutron_core_plugin_class ${NEUTRON_plugin} - pkgos_inifile set DEFAULT ${N_CONF} ${NEUTRON_PLUGIN_CLASS} + pkgos_inifile set ${N_CONF} DEFAULT core_plugin ${NEUTRON_PLUGIN_CLASS} fi # Write the neutron RabbitMQ credentials -- 2.45.2