Your message dated Fri, 06 Feb 2015 23:20:13 +0100 with message-id <54D53E1D.6020708@thykier.net> and subject line Re: Bug#776803: unblock: nova/2014.1.3-10 has caused the Debian Bug report #776803, regarding unblock: nova/2014.1.3-10 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 776803: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776803 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: nova/2014.1.3-10
- From: Thomas Goirand <zigo@debian.org>
- Date: Sun, 01 Feb 2015 22:55:47 +0100
- Message-id: <[🔎] 20150201215547.24286.25420.reportbug@buzig.gplhost.com>
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
--- End Message ---
--- Begin Message ---
- To: Thomas Goirand <zigo@debian.org>, 776803-done@bugs.debian.org
- Subject: Re: Bug#776803: unblock: nova/2014.1.3-10
- From: Niels Thykier <niels@thykier.net>
- Date: Fri, 06 Feb 2015 23:20:13 +0100
- Message-id: <54D53E1D.6020708@thykier.net>
- In-reply-to: <[🔎] 20150201215547.24286.25420.reportbug@buzig.gplhost.com>
- References: <[🔎] 20150201215547.24286.25420.reportbug@buzig.gplhost.com>
On 2015-02-01 22:55, Thomas Goirand wrote: > 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) > Unblocked, thanks. ~Niels
--- End Message ---