haproxy: Fail when a step in haproxy_run.sh fails

Change-Id: Iab4dbffc796ebf5bdf32b6eda33f3204a70d1392
Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
This commit is contained in:
Michal Nasiadka
2025-09-29 16:58:27 +02:00
parent 2b591fb097
commit 2370ea60c8

View File

@@ -1,4 +1,8 @@
#!/bin/bash -x
#!/bin/bash
set -o errexit
set -o pipefail
set -o xtrace
{% if kolla_enable_tls_internal | bool or kolla_enable_tls_external | bool %}
{% if kolla_enable_tls_external | bool %}