How to configure ceilometer to use mongo-db as database backend
I'm using devstack to install openstack. I added this line in my localrc file
CEILOMETER_BACKEND=mongo
But stack.sh script fails after showing this error
Errors were encountered while processing: /var/cache/apt/archives/mongodb-clients_1%3a2.4.6-0ubuntu5_amd64.deb /var/cache/apt/archives/mongodb-server_1%3a2.4.6-0ubuntu5_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
Any help will be appreciated
Try this in devstack/lib/ceilometer: CEILOMETER_BACKEND=${CEILOMETER_BACKEND:-mongo}