Your message dated Tue, 25 Nov 2014 22:01:51 +0800
with message-id <54748bcf.5080...@debian.org>
and subject line Re: [PKG-Openstack-devel] Bug#770941: nova-common - Overrides
database config in nova.conf
has caused the Debian Bug report #770941,
regarding nova-common - Overrides database config in nova.conf
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 ow...@bugs.debian.org
immediately.)
--
770941: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770941
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: nova-common
Version: 2014.1.3-6
Severity: serious
A simple upgrade or re-install of nova-common overrides the database
settings in nova.conf:
| diff -ur nova/nova.conf /etc/nova/nova.conf
| --- nova/nova.conf 2014-10-02 15:09:04.672855761 +0200
| +++ /etc/nova/nova.conf 2014-11-25 12:02:37.194997496 +0100
| @@ -349,7 +349,7 @@
| # DATABASE #
| ############
| [database]
| -connection = postgresql:///nova
| +connection = postgresql://novacommon:XXXXXXXXX@localhost/novadb
|
|
| #############
This violates §10.7.3 of the Debian policy: local changes must be
preserved.
Bastian
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'testing-updates'), (500, 'unstable'),
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
On 11/25/2014 07:37 PM, Bastian Blank wrote:
> Package: nova-common
> Version: 2014.1.3-6
> Severity: serious
>
> A simple upgrade or re-install of nova-common overrides the database
> settings in nova.conf:
>
> | diff -ur nova/nova.conf /etc/nova/nova.conf
> | --- nova/nova.conf 2014-10-02 15:09:04.672855761 +0200
> | +++ /etc/nova/nova.conf 2014-11-25 12:02:37.194997496 +0100
> | @@ -349,7 +349,7 @@
> | # DATABASE #
> | ############
> | [database]
> | -connection = postgresql:///nova
> | +connection = postgresql://novacommon:XXXXXXXXX@localhost/novadb
> |
> |
> | #############
>
> This violates §10.7.3 of the Debian policy: local changes must be
> preserved.
>
> Bastian
Hi Bastian,
Thanks for your bug report.
However, unless I'm mistaking, the above "connection =
postgresql:///nova" is *not* a valide DSN, so it's not surprising that
it got replaced. I don't consider this a bug, especially that there's
all the logic in place to read an actual valid configuration.
Thomas
--- End Message ---