Browse code

Merge "Adding value for lock_path in configuration file"

Jenkins authored on 2013/10/15 02:49:32
Showing 1 changed files
... ...
@@ -233,6 +233,7 @@ function configure_cinder() {
233 233
     iniset $CINDER_CONF DEFAULT rootwrap_config "$CINDER_CONF_DIR/rootwrap.conf"
234 234
     iniset $CINDER_CONF DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions
235 235
     iniset $CINDER_CONF DEFAULT state_path $CINDER_STATE_PATH
236
+    iniset $CINDER_CONF DEFAULT lock_path $CINDER_STATE_PATH
236 237
     iniset $CINDER_CONF DEFAULT periodic_interval $CINDER_PERIODIC_INTERVAL
237 238
 
238 239
     if is_service_enabled ceilometer; then