Fix ceilometer-agent-{central,compute} .service

* Fix ceilometer-agent-central .service file (Closes: #861202).
  * Fix ceilometer-agent-compute .service file (Closes: #861203).

Change-Id: Ia366172ab4c1b3c6e28c923d992612f2b66d9cee
This commit is contained in:
Thomas Goirand 2017-04-26 15:38:46 +00:00
parent 63d684c01c
commit e9de1aa72e
3 changed files with 11 additions and 2 deletions

View File

@ -14,5 +14,6 @@
# Author: Thomas Goirand <zigo@debian.org>
DESC="OpenStack Ceilometer Agent Central"
PROJECT_NAME=ceilometer
NAME=${PROJECT_NAME}-polling
NAME=${PROJECT_NAME}-agent-central
DAEMON=/usr/bin/${PROJECT_NAME}-polling
DAEMON_ARGS=" --polling-namespaces central"

View File

@ -14,5 +14,6 @@
# Author: Thomas Goirand <zigo@debian.org>
DESC="OpenStack Ceilometer Agent Compute"
PROJECT_NAME=ceilometer
NAME=${PROJECT_NAME}-polling
NAME=${PROJECT_NAME}-agent-compute
DAEMON=/usr/bin/${PROJECT_NAME}-polling
DAEMON_ARGS=" --polling-namespaces compute"

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
ceilometer (1:7.0.1-4) unstable; urgency=medium
* Fix ceilometer-agent-central .service file (Closes: #861202).
* Fix ceilometer-agent-compute .service file (Closes: #861203).
-- Thomas Goirand <zigo@debian.org> Wed, 26 Apr 2017 15:36:56 +0000
ceilometer (1:7.0.1-3) unstable; urgency=medium
* Re-integrate NMU from Piotr fixing SQLAlchemy << 1.1 dependency.