Bug#776803: unblock: nova/2014.1.3-10
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Hi,
This is a one liner fix so that the administrative credential of Neutron inside
nova.conf are really applied correctly. The issue was that the function taking
care of it was never called. Debdiff attached.
Please unblock nova/2014.1.3-10.
Cheers,
Thomas Goirand (zigo)
diff -Nru nova-2014.1.3/debian/changelog nova-2014.1.3/debian/changelog
--- nova-2014.1.3/debian/changelog 2015-01-08 16:07:07.000000000 +0000
+++ nova-2014.1.3/debian/changelog 2015-02-01 16:04:06.000000000 +0000
@@ -1,3 +1,10 @@
+nova (2014.1.3-10) unstable; urgency=medium
+
+ * Now calling read_neutron_config() in the postinst, for some reason, it was
+ never called.
+
+ -- Thomas Goirand <zigo@debian.org> Sun, 01 Feb 2015 17:03:39 +0100
+
nova (2014.1.3-9) unstable; urgency=medium
* Rebuilt with openstack-pkg-tools (>= 22~): starts daemons on first install.
diff -Nru nova-2014.1.3/debian/nova-common.postinst.in nova-2014.1.3/debian/nova-common.postinst.in
--- nova-2014.1.3/debian/nova-common.postinst.in 2015-01-08 16:07:07.000000000 +0000
+++ nova-2014.1.3/debian/nova-common.postinst.in 2015-02-01 16:04:06.000000000 +0000
@@ -81,6 +81,8 @@
manage_nova_my_ip_field
manage_keystone_auth_fields
+ read_neutron_config
+
# Needed, because in some cases, it's owned by root:root,
# which makes the nova-manage db sync fail.
touch /var/log/nova/nova-manage.log
Reply to: