Merge "haproxy: Fix single frontend after LE cert path change"

This commit is contained in:
Zuul 2024-01-03 10:11:26 +00:00 committed by Gerrit Code Review
commit 2712a7a6a6

@ -1,4 +1,4 @@
{%- set external_tls_bind_info = 'ssl crt /etc/haproxy/haproxy.pem' if kolla_enable_tls_external|bool else '' %}
{%- set external_tls_bind_info = 'ssl crt /etc/haproxy/certificates/haproxy.pem' if kolla_enable_tls_external|bool else '' %}
frontend external_frontend
mode http