Browse code

Remove unused option for ceilometer.

This fixed the bug #1163158.

Change-Id: Ib93e5b26d1f1309edf2baa5c147337db1411eee5

Lianhao Lu authored on 2013/04/02 16:59:33
Showing 1 changed files
... ...
@@ -68,7 +68,6 @@ function configure_ceilometer() {
68 68
 
69 69
     iniset $CEILOMETER_CONF DEFAULT notification_topics 'notifications,glance_notifications'
70 70
     iniset $CEILOMETER_CONF DEFAULT verbose True
71
-    iniset $CEILOMETER_CONF DEFAULT `database_connection_url nova`
72 71
 
73 72
     # Install the policy file for the API server
74 73
     cp $CEILOMETER_DIR/etc/ceilometer/policy.json $CEILOMETER_CONF_DIR