Comment 1 for bug 1301577

Revision history for this message
Chris Ricker (chris-ricker) wrote :

Underlying issue appears to be that the ceilometer db is not being created so the connection string fails

connection string is:

connection=mongodb://localhost:27017/ceilometer

mongodb doesn't have a ceilometer db however:

# mongo
> show dbs
local 0.078125GB
> exit

This does not get resolved by additional puppet runs -- looks like we don't have code to create a ceilometer db in mongo in our puppetry that I can find?