Skip to content

Commit 9a13807

Browse files
Merge pull request #915 from stackhpc/os-capacity-fix-haproxy-path
Update certificate path for os_capacity haproxy
2 parents 74a4ac7 + 2a4211f commit 9a13807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/kolla/config/haproxy/services.d/os_capacity.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ frontend os_capacity_frontend
77
option forwardfor
88
http-request set-header X-Forwarded-Proto https if { ssl_fc }
99
{% if kolla_enable_tls_internal | bool %}
10-
bind {{ kolla_internal_vip_address }}:9090 ssl crt /etc/haproxy/haproxy-internal.pem
10+
bind {{ kolla_internal_vip_address }}:9090 ssl crt /etc/haproxy/certificates/haproxy-internal.pem
1111
{% else %}
1212
bind {{ kolla_internal_vip_address }}:9090
1313
{% endif %}

0 commit comments

Comments
 (0)