kayobe/ansible/roles/kolla-openstack/templates/murano.conf.j2
Mark Goddard 6f21f506c8 Add minimal configuration of murano
Supports image building and custom configuration of murano.conf.
2017-07-11 18:52:06 +01:00

10 lines
161 B
Django/Jinja

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