Skip to content
Snippets Groups Projects
Commit b5282d4e authored by Seena Fallah's avatar Seena Fallah
Browse files

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: default avatarSeena Fallah <seenafallah@gmail.com>
Change-Id: I62213d91945de42ffc87ecad1e96fa4fc0760f10
parent 80a00705
No related branches found
No related tags found
No related merge requests found
......@@ -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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment