From b9312c63e101bdb9fc46cfd389d9c34151075811 Mon Sep 17 00:00:00 2001 From: Sam Yaple Date: Fri, 7 Aug 2015 18:43:18 +0000 Subject: [PATCH] Remove config-internal for haproxy Change-Id: Ife2ef3eb15f8435f29ffb4fb5912d00f68de0ff7 Partially-implements: blueprint remove-config-internal --- docker/common/haproxy/config-external.sh | 0 docker/common/haproxy/start.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 docker/common/haproxy/config-external.sh 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