haproxy: Fix single frontend after LE cert path change
I35317ea0343f0db74ddc0e587862e95408e9e106 changed certificate path but omitted single frontend template. Change-Id: I638ba32e97234900745df62056710dcc37e7db77
This commit is contained in:
parent
65886c1d4e
commit
21e5b21f59
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user