[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#861430: marked as done (unblock: ceilometer/7.0.1-5)



Your message dated Sat, 29 Apr 2017 07:34:00 +0000
with message-id <e43af5e2-200f-3c35-726c-5ff7801fd705@thykier.net>
and subject line Re: Bug#861430: unblock: ceilometer/7.0.1-5
has caused the Debian Bug report #861430,
regarding unblock: ceilometer/7.0.1-5
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.)


-- 
861430: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861430
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Hi Niels and the rest of the release team,

Niels already unblocked 7.0.1-4, which fixed ceilometer agent
central and compute. Though the -api daemon also needed some fix-up:
the daemon arg was wrong, and the daemon wouldn't start. Also, the
port was wrong. One liner debdiff attached.

Please unblock ceilometer/7.0.1-5
Cheers,

Thomas Goirand (zigo)
diff -Nru ceilometer-7.0.1/debian/ceilometer-api.init.in ceilometer-7.0.1/debian/ceilometer-api.init.in
--- ceilometer-7.0.1/debian/ceilometer-api.init.in	2017-04-26 15:36:56.000000000 +0000
+++ ceilometer-7.0.1/debian/ceilometer-api.init.in	2017-04-28 08:51:50.000000000 +0000
@@ -15,3 +15,4 @@
 DESC="OpenStack Ceilometer API"
 PROJECT_NAME=ceilometer
 NAME=${PROJECT_NAME}-api
+DAEMON_ARGS="--port 8777 --"
diff -Nru ceilometer-7.0.1/debian/changelog ceilometer-7.0.1/debian/changelog
--- ceilometer-7.0.1/debian/changelog	2017-04-26 15:36:56.000000000 +0000
+++ ceilometer-7.0.1/debian/changelog	2017-04-28 08:51:50.000000000 +0000
@@ -1,3 +1,11 @@
+ceilometer (1:7.0.1-5) unstable; urgency=medium
+
+  * Fix ceilometer-api: add "--" as DAEMON_ARGS (Closes: #861199).
+  * Also fix the default port to 8777 as it should (instead of the default
+    port 8000 which is wrong).
+
+ -- Thomas Goirand <zigo@debian.org>  Fri, 28 Apr 2017 10:51:50 +0200
+
 ceilometer (1:7.0.1-4) unstable; urgency=medium
 
   * Fix ceilometer-agent-central .service file (Closes: #861202).

--- End Message ---
--- Begin Message ---
Thomas Goirand:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> Hi Niels and the rest of the release team,
> 
> Niels already unblocked 7.0.1-4, which fixed ceilometer agent
> central and compute. Though the -api daemon also needed some fix-up:
> the daemon arg was wrong, and the daemon wouldn't start. Also, the
> port was wrong. One liner debdiff attached.
> 
> Please unblock ceilometer/7.0.1-5
> Cheers,
> 
> Thomas Goirand (zigo)
> 

Unblocked, thanks.

~Niels

--- End Message ---

Reply to: