kayobe/ansible/roles/kolla-openstack/templates/influxdb.conf.j2
Doug Szumski e7b51de460 Add support for configuring InfluxDB
Required to use a vintage version of InfluxDB with a different
config file format.

Task: 6700
Story: 2001627
Change-Id: I91353bc70b1d2a11827ead1dee43aa19e91dc1bb
2018-03-22 17:17:18 +00:00

10 lines
165 B
Django/Jinja

# {{ ansible_managed }}
{% if kolla_extra_influxdb %}
#######################
# Extra configuration
#######################
{{ kolla_extra_influxdb }}
{% endif %}