kayobe/ansible/roles/kolla-openstack/templates/glance.conf.j2
Maksim Malchuk 10b8c1ead0 Cleanup old and deprecated Swift configuration
This is old and deprecated configuration settings for Swift not needed
anymore because kolla-ansible correctly configure glance-api.conf and
glance-swift.conf since Idddbf2ce741e0486d60e1de88c77a7f0332a5a2b when
kolla_enable_swift variable set to true. This change can be backported
through all releases till the Train.

Change-Id: I5273edc8265f115519f499e85fe12f8d22306c4b
Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
2022-04-20 17:29:35 +03:00

10 lines
161 B
Django/Jinja

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