Merge "Use proper es schema in fluentd when use internal tls"

This commit is contained in:
Zuul 2020-03-16 11:55:42 +00:00 committed by Gerrit Code Review
commit af3fe8f176
2 changed files with 6 additions and 1 deletions

View File

@ -39,7 +39,7 @@ common_services:
#######################
fluentd_elasticsearch_path: ""
fluentd_elasticsearch_scheme: "http"
fluentd_elasticsearch_scheme: "{{ internal_protocol }}"
fluentd_elasticsearch_user: ""
fluentd_elasticsearch_password: ""
fluentd_elasticsearch_ssl_version: "TLSv1_2"

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fix elasticsearch schema in fluentd when ``kolla_enable_tls_internal`` is
true.