diff --git a/docker/common/haproxy/config-external.sh b/docker/common/haproxy/config-external.sh old mode 100755 new mode 100644 diff --git a/docker/common/haproxy/start.sh b/docker/common/haproxy/start.sh index c391847677..d1da4a607f 100755 --- a/docker/common/haproxy/start.sh +++ b/docker/common/haproxy/start.sh @@ -7,7 +7,7 @@ ARGS="-f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid" # Loading common functions. source /opt/kolla/kolla-common.sh -# Config-internal script exec out of this function, it does not return here. +# Execute config strategy set_configs # We are intentionally not using exec so we can reload the haproxy config later