|
...
|
...
|
@@ -505,9 +505,9 @@ function start_cinder {
|
|
505
|
505
|
if [ "$CINDER_USE_MOD_WSGI" == "False" ]; then
|
|
506
|
506
|
run_process c-api "$CINDER_BIN_DIR/cinder-api --config-file $CINDER_CONF"
|
|
507
|
507
|
cinder_url=$service_protocol://$SERVICE_HOST:$service_port
|
|
508
|
|
- # Start proxy if tsl enabled
|
|
509
|
|
- if is_service_enabled tls_proxy; then
|
|
510
|
|
- start_tls_proxy cinder '*' $CINDER_SERVICE_PORT $CINDER_SERVICE_HOST $CINDER_SERVICE_POR_INT
|
|
|
508
|
+ # Start proxy if tls enabled
|
|
|
509
|
+ if is_service_enabled tls-proxy; then
|
|
|
510
|
+ start_tls_proxy cinder '*' $CINDER_SERVICE_PORT $CINDER_SERVICE_HOST $CINDER_SERVICE_PORT_INT
|
|
511
|
511
|
fi
|
|
512
|
512
|
else
|
|
513
|
513
|
run_process "c-api" "$CINDER_BIN_DIR/uwsgi --procname-prefix cinder-api --ini $CINDER_UWSGI_CONF"
|