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 <seenafallah@gmail.com>
Change-Id: I62213d91945de42ffc87ecad1e96fa4fc0760f10
(cherry picked from commit b5282d4ed4)
This commit is contained in:
Seena Fallah 2021-11-17 03:08:52 +03:30
parent f82334401b
commit 142800014f
1 changed files with 0 additions and 2 deletions

View File

@ -17,8 +17,6 @@ global
ssl-default-bind-ciphers DEFAULT:!MEDIUM:!3DES
ssl-default-bind-options no-sslv3 no-tlsv10 no-tlsv11
tune.ssl.default-dh-param 4096
{% endif %}
{% if kolla_enable_tls_internal | bool or kolla_enable_tls_external | bool %}
ca-base {{ haproxy_backend_cacert_dir }}
{% endif %}