This currently will throw errors like:
lib/cinder: line 480: [True: command not found
Change-Id: I6bc08532cf99411f39d23523f9fc7851e7804131
| ... | ... |
@@ -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 |