Fix SENLIN_SERVICE_PROTOCOL not always being set

Change-Id: I6641817ca8bd737465919d17043f1ff0ecdffbb2
This commit is contained in:
Erik Olof Gunnar Andersson 2019-10-31 16:59:18 -07:00
parent b0efef780b
commit 91894f9bf6
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ if is_service_enabled tls-proxy; then
SENLIN_SERVICE_PROTOCOL="https"
fi
SENLIN_SERVICE_PROTOCOL=${SENLIN_SERVICE_PROTOCOL:-$SERVICE_PROTOCOL}
# Functions
# ---------