Browse code

Merge "Use $() instead of ``"

Jenkins authored on 2014/10/17 20:03:58
Showing 1 changed files
... ...
@@ -177,7 +177,7 @@ function configure_ceilometer {
177 177
     configure_auth_token_middleware $CEILOMETER_CONF ceilometer $CEILOMETER_AUTH_CACHE_DIR
178 178
 
179 179
     if [ "$CEILOMETER_BACKEND" = 'mysql' ] || [ "$CEILOMETER_BACKEND" = 'postgresql' ] ; then
180
-        iniset $CEILOMETER_CONF database connection `database_connection_url ceilometer`
180
+        iniset $CEILOMETER_CONF database connection $(database_connection_url ceilometer)
181 181
         iniset $CEILOMETER_CONF DEFAULT collector_workers $API_WORKERS
182 182
     else
183 183
         iniset $CEILOMETER_CONF database connection mongodb://localhost:27017/ceilometer