]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fixes the core_plugin setup in neutron-common postinst.
authorThomas Goirand <thomas@goirand.fr>
Thu, 5 Dec 2013 08:41:06 +0000 (16:41 +0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 5 Dec 2013 08:41:46 +0000 (16:41 +0800)
Change-Id: I5d33882d23b9e26d4582b9c9de5647856887e63b

Rewritten-From: ee5252dbf13df2715116b2a00a56d9dd18958577

xenial/debian/changelog
xenial/debian/neutron-common.postinst.in

index da37a9eaeb3e2469aa51d7e15d08e2cb63c0b749..e58687c2bff745d8854d8a257e947eacb0cea209 100644 (file)
@@ -1,3 +1,9 @@
+neutron (2013.2-8) unstable; urgency=medium
+
+  * Fixes the core_plugin setup in neutron-common postinst.
+
+ -- Thomas Goirand <zigo@debian.org>  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.
index 58f21969a9efbd9e418993f097e74e8947e3abd7..a1cb5fb03d6995b10ce722c738791aa8412b968f 100644 (file)
@@ -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