Remove config-internal for haproxy

Change-Id: Ife2ef3eb15f8435f29ffb4fb5912d00f68de0ff7
Partially-implements: blueprint remove-config-internal
This commit is contained in:
Sam Yaple 2015-08-07 18:43:18 +00:00
parent a5e907a8e9
commit b9312c63e1
2 changed files with 1 additions and 1 deletions

0
docker/common/haproxy/config-external.sh Executable file → Normal file
View File

View File

@ -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