Unable to Install ceilometer with devstack liberty setup on ubuntu 15.04
Hi, I am trying to install ceilometer service using devstack liberty setup.
I have cloned devstack from git. git clone -b stable/liberty https://github.com/openstack-dev/devs...
I have referred http://docs.openstack.org/developer/ceilometer/install/development.html . But, this did not work .
I have tried installing by adding below lines in the local.conf :
# Ceilometer - Metering Service (metering + alarming)
ENABLED_SERVICES+=,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api
ENABLED_SERVICES+=,ceilometer-alarm-notify,ceilometer-alarm-eval
Also, I have tried installing ceilometer manually
http://docs.openstack.org/liberty/ins...
In this case, ceilometer-agent-central, ceilometer-agent-notification,ceilometer-alarm-evaluator,ceilometer-alarm-notifier services were failing and no log files were found for these services either.
Is there any other way to install ceilometer with devstack?