Update tls-proxy config
Devstack has switched to apache for tls-proxy ssl termination [1]. This commit catches up with that. [1] https://review.openstack.org/#/c/364013/ Change-Id: I6e6bf3c51e955c6108f422dff609a640ec782ae1
This commit is contained in:
parent
43552ddcad
commit
311d7d68a5
@ -346,7 +346,7 @@ function start_zun_api {
|
||||
|
||||
# Start proxies if enabled
|
||||
if is_service_enabled tls-proxy; then
|
||||
start_tls_proxy '*' $ZUN_SERVICE_PORT $ZUN_SERVICE_HOST $ZUN_SERVICE_PORT_INT &
|
||||
start_tls_proxy zun '*' $ZUN_SERVICE_PORT $ZUN_SERVICE_HOST $ZUN_SERVICE_PORT_INT
|
||||
fi
|
||||
|
||||
# Start websocket proxy for interactive mode
|
||||
|
Loading…
Reference in New Issue
Block a user