Merge "Fix Cinder tls-proxy WSGI test"

This commit is contained in:
Jenkins
2017-08-10 21:02:48 +00:00
committed by Gerrit Code Review

View File

@@ -478,7 +478,7 @@ function start_cinder {
local service_port=$CINDER_SERVICE_PORT
local service_protocol=$CINDER_SERVICE_PROTOCOL
local cinder_url
if is_service_enabled tls-proxy && ["$CINDER_USE_MOD_WSGI" == "False"]; then
if is_service_enabled tls-proxy && [ "$CINDER_USE_MOD_WSGI" == "False" ]; then
service_port=$CINDER_SERVICE_PORT_INT
service_protocol="http"
fi