Browse code

Revert "Set cinder coordination backend url"

gate-tempest-dsvm-layer4 job is failing due to this change as no module found on zake[1]. Heat not able to create cinder stack.
This is blocking tempest now so we will revert revert this once find the real cause.

This reverts commit a283526c88d98f7668d369f4c20db44d3d06425a.

..1 http://logs.openstack.org/64/405064/2/check/gate-tempest-dsvm-layer4/feb21fe/logs/screen-c-vol.txt.gz#_2016-12-01_05_43_40_369

Change-Id: I50981db7760688a25a2bf4de9a41153ede76f4aa

Ghanshyam Mann authored on 2016/12/01 17:45:43
Showing 1 changed files
... ...
@@ -358,13 +358,6 @@ function configure_cinder {
358 358
     iniset $CINDER_CONF DEFAULT os_privileged_user_password "$SERVICE_PASSWORD"
359 359
     iniset $CINDER_CONF DEFAULT os_privileged_user_tenant "$SERVICE_PROJECT_NAME"
360 360
     iniset $CINDER_CONF DEFAULT graceful_shutdown_timeout "$SERVICE_GRACEFUL_SHUTDOWN_TIMEOUT"
361
-
362
-    # Set the backend url according to the configured dlm backend
363
-    if is_dlm_enabled; then
364
-        if [[ "$(dlm_backend)" == "zookeeper" ]]; then
365
-            iniset $CINDER_CONF coordination backend_url "zake://"
366
-        fi
367
-    fi
368 361
 }
369 362
 
370 363
 # create_cinder_accounts() - Set up common required cinder accounts