Browse code

Merge "Fix Cinder tls-proxy WSGI test"

Jenkins authored on 2017/08/11 06:02:48
Showing 1 changed files
... ...
@@ -478,7 +478,7 @@ function start_cinder {
478 478
     local service_port=$CINDER_SERVICE_PORT
479 479
     local service_protocol=$CINDER_SERVICE_PROTOCOL
480 480
     local cinder_url
481
-    if is_service_enabled tls-proxy && ["$CINDER_USE_MOD_WSGI" == "False"]; then
481
+    if is_service_enabled tls-proxy && [ "$CINDER_USE_MOD_WSGI" == "False" ]; then
482 482
         service_port=$CINDER_SERVICE_PORT_INT
483 483
         service_protocol="http"
484 484
     fi