Browse code

ceilometer does not set db in conf file

Set [database]connection option to mongodb rather than sqlite as mongodb
is the only fully supported db.

Change-Id: I2b9fbc65de4476593d456a782dbc7e6540a75141
Fixes: bug #1186240

Gordon Chung authored on 2013/05/31 21:58:30
Showing 1 changed files
... ...
@@ -91,6 +91,8 @@ function configure_ceilometer() {
91 91
     iniset $CEILOMETER_CONF keystone_authtoken admin_tenant_name $SERVICE_TENANT_NAME
92 92
     iniset $CEILOMETER_CONF keystone_authtoken signing_dir $CEILOMETER_AUTH_CACHE_DIR
93 93
 
94
+    iniset $CEILOMETER_CONF database connection mongodb://localhost:27017/ceilometer
95
+
94 96
     configure_mongodb
95 97
 
96 98
     cleanup_ceilometer