Your message dated Sat, 29 Apr 2017 07:34:00 +0000
with message-id <[email protected]>
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 [email protected]
immediately.)
--
861430: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861430
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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 <[email protected]> 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: [email protected]
> 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 ---