Skip to content

Commit da420a9

Browse files
Conditional/port fix
1 parent d6770be commit da420a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ frontend os_capacity_frontend
66
option httplog
77
option forwardfor
88
http-request set-header X-Forwarded-Proto https if { ssl_fc }
9-
{% if kolla_enable_tls_internal | book %}
10-
bind {{ kolla_internal_vip_address }}:9000 ssl crt /etc/haproxy/haproxy-internal.pem
9+
{% if kolla_enable_tls_internal | bool %}
10+
bind {{ kolla_internal_vip_address }}:9090 ssl crt /etc/haproxy/haproxy-internal.pem
1111
{% else %}
12-
bind {{ kolla_internal_vip_address }}:9000
12+
bind {{ kolla_internal_vip_address }}:9090
1313
{% endif %}
1414
default_backend os_capacity_backend
1515

0 commit comments

Comments
 (0)