--- 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 ---