kayobe/ansible/roles/kolla-openstack/templates/octavia.conf.j2
Nick Jones 3d1018dea9
Add support for a custom octavia.conf file
Kayobe should be able to handle extra configuration options in Octavia's
main configuration file, in a similar fashion to other services.  This
commit adds support for just that.

TrivialFix

Change-Id: Ibd91a90a5278bcd8963fb06874a74f71b1882d89
2018-11-22 18:55:54 +00:00

10 lines
163 B
Django/Jinja

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