Skip to content

Commit c84196b

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "fluentd: Fix check for external elasticsearch" into stable/victoria
2 parents c9a84ef + 085a085 commit c84196b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ansible/roles/common/tasks/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
vars:
112112
log_direct_to_elasticsearch: >-
113113
{{ ( enable_elasticsearch | bool or
114-
( elasticsearch_address != kolla_internal_vip_address )) and
114+
( elasticsearch_address != kolla_internal_fqdn )) and
115115
not enable_monasca | bool }}
116116
fluentd_version: "{{ fluentd_labels.images.0.ContainerConfig.Labels.fluentd_version | default('0.12') }}"
117117
# Inputs
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes elasticsearch fluentd output being enabled when
5+
elasticsearch is not enabled.
6+
`LP#1927880 <https://launchpad.net/bugs/1927880>`__

0 commit comments

Comments
 (0)