3d1018dea9
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
10 lines
163 B
Django/Jinja
10 lines
163 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
{% if kolla_extra_octavia %}
|
|
#######################
|
|
# Extra configuration
|
|
#######################
|
|
|
|
{{ kolla_extra_octavia }}
|
|
{% endif %}
|