Skip to content

Commit c3c8448

Browse files
committed
haproxy: remove unused tls check condition in config
The check condition is similar to the previous if and it can be merged Signed-off-by: Seena Fallah <[email protected]> Change-Id: I62213d91945de42ffc87ecad1e96fa4fc0760f10 (cherry picked from commit b5282d4)
1 parent ce3e738 commit c3c8448

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ansible/roles/haproxy/templates/haproxy_main.cfg.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ global
1717
ssl-default-bind-ciphers DEFAULT:!MEDIUM:!3DES
1818
ssl-default-bind-options no-sslv3 no-tlsv10 no-tlsv11
1919
tune.ssl.default-dh-param 4096
20-
{% endif %}
21-
{% if kolla_enable_tls_internal | bool or kolla_enable_tls_external | bool %}
2220
ca-base {{ haproxy_backend_cacert_dir }}
2321
{% endif %}
2422

0 commit comments

Comments
 (0)