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
This commit is contained in:
parent
80a00705b2
commit
b5282d4ed4
@ -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 %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user