kayobe/ansible/roles/kolla-openstack/templates/gnocchi.conf.j2
Pierre Riteau 603527c215 Add support for custom Gnocchi configuration
Change-Id: I06c07108693766fd436a60a39f270c116931941e
Story: 2005810
Task: 33550
2019-05-31 16:29:54 +01:00

10 lines
163 B
Django/Jinja

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