10b8c1ead0
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>
10 lines
161 B
Django/Jinja
10 lines
161 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
{% if kolla_extra_glance %}
|
|
#######################
|
|
# Extra configuration
|
|
#######################
|
|
|
|
{{ kolla_extra_glance }}
|
|
{% endif %}
|