7ca9349b09
Following up on [1]. The 3 variables are only introducing noise after we removed the reliance on Keystone's admin port. [1] I5099b08953789b280c915a6b7a22bdd4e3404076 Change-Id: I3f9dab93042799eda9174257e604fd1844684c1c
17 lines
474 B
Django/Jinja
17 lines
474 B
Django/Jinja
[DEFAULT]
|
|
|
|
debug = {{ glance_logging_debug }}
|
|
log_file = /var/log/kolla/glance/glance-cache.log
|
|
|
|
image_cache_max_size = {{ glance_cache_max_size }}
|
|
image_cache_dir = /var/lib/glance/image-cache
|
|
|
|
auth_url = {{ keystone_internal_url }}
|
|
admin_password = {{ glance_keystone_password }}
|
|
admin_user = {{ glance_keystone_user }}
|
|
admin_tenant_name = {{ default_project_domain_id }}
|
|
|
|
{% if glance_backend_file | bool %}
|
|
filesystem_store_datadir = /var/lib/glance/images/
|
|
{% endif %}
|