Comment 0 for bug 1462333

Revision history for this message
Mario Splivalo (mariosplivalo) wrote : Ceilometer charm does not support setting username/password when relating to mongodb

Currently Ceilometer charm relates to mongodb without setting special user inside mongodb. Moreover, one can not set username/password for connecting to mongodb.

This is partially mongodb charm issue as it creates mongodb service which is world accessible. Still, ceilometer charm should create user in mongodb and then create ceilometer database accessible only by that user.