There are other instances of this in other files, just tidying
ceilometer at the moment.
Change-Id: I136a20d7ac50fdf02cbd1102613e324e313b7b0a
| ... | ... |
@@ -178,7 +178,7 @@ function configure_ceilometer {
|
| 178 | 178 |
configure_auth_token_middleware $CEILOMETER_CONF ceilometer $CEILOMETER_AUTH_CACHE_DIR |
| 179 | 179 |
|
| 180 | 180 |
if [ "$CEILOMETER_BACKEND" = 'mysql' ] || [ "$CEILOMETER_BACKEND" = 'postgresql' ] ; then |
| 181 |
- iniset $CEILOMETER_CONF database connection `database_connection_url ceilometer` |
|
| 181 |
+ iniset $CEILOMETER_CONF database connection $(database_connection_url ceilometer) |
|
| 182 | 182 |
iniset $CEILOMETER_CONF DEFAULT collector_workers $API_WORKERS |
| 183 | 183 |
else |
| 184 | 184 |
iniset $CEILOMETER_CONF database connection mongodb://localhost:27017/ceilometer |