Source: glance Version: 2012.1.1-5 Severity: important Tags: patch When configured to use postgresql (and probably mysql), glance-registry needs to start after the dbms. See below.
Cheers, Julien From: Julien Cristau <julien.cris...@logilab.fr> Date: Tue, 23 Apr 2013 16:31:46 +0200 Subject: [PATCH 2/2] Make glance-registry.init soft-depend on postgresql. --- debian/changelog | 1 + debian/glance-registry.init | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3657ec8..b4c90dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ glance (2012.1.1-6) UNRELEASED; urgency=low * Fix logrotate config to reference the right file names. + * Make glance-registry.init soft-depend on postgresql. -- Julien Cristau <jcris...@debian.org> Tue, 23 Apr 2013 16:30:25 +0200 diff --git a/debian/glance-registry.init b/debian/glance-registry.init index 48bf356..dc4f332 100644 --- a/debian/glance-registry.init +++ b/debian/glance-registry.init @@ -3,6 +3,8 @@ # Provides: glance-registry # Required-Start: $network $local_fs $remote_fs $syslog # Required-Stop: $remote_fs +# Should-Start: postgresql +# Should-Stop: postgresql # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Glance registry server -- 1.7.2.5 -- Julien Cristau <julien.cris...@logilab.fr> Logilab http://www.logilab.fr/ Informatique scientifique & gestion de connaissances -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org