71aaf7b58c
Add python-gnocchi and python-gnocchiclient. Update in python-openstackclient: Remove the support of celiometer CLI extensions. Update in python-ceilometer: Install ceilometer publisher instead of dispatcher. Story: 2002825 Task: 22871 Depends-On: https://review.openstack.org/587279 Change-Id: I3b0dde2c8668f7e623bcf128a13010b26667d802 Signed-off-by: Don Penney <don.penney@windriver.com> Signed-off-by: Jack Ding <jack.ding@windriver.com>
13 lines
243 B
Desktop File
13 lines
243 B
Desktop File
[Unit]
|
|
Description=Gnocchi statsd service
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=gnocchi
|
|
ExecStart=/usr/bin/gnocchi-statsd --log-file /var/log/gnocchi/statsd.log
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|