kayobe/ansible/roles/kolla-openstack/templates/manila.conf.j2
Ross Martyn 46e40301f8 Enable manila extra config merge #28058
This commit enables the merge of additional manila.conf
as seen with the other projects.

Change-Id: Ia2209a9c82215e49f1ef5a79ecafbebf2b204627
Closes-Bug: 28058
2018-11-23 17:37:24 +00:00

10 lines
161 B
Django/Jinja

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