We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6770be commit da420a9Copy full SHA for da420a9
etc/kayobe/kolla/config/haproxy/services.d/os_capacity.cfg
@@ -6,10 +6,10 @@ frontend os_capacity_frontend
6
option httplog
7
option forwardfor
8
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
+{% if kolla_enable_tls_internal | bool %}
+ bind {{ kolla_internal_vip_address }}:9090 ssl crt /etc/haproxy/haproxy-internal.pem
11
{% else %}
12
- bind {{ kolla_internal_vip_address }}:9000
+ bind {{ kolla_internal_vip_address }}:9090
13
{% endif %}
14
default_backend os_capacity_backend
15
0 commit comments