Merge "Enable glance proxying behaviour"
This commit is contained in:
commit
6bbe0987dc
@ -4,6 +4,8 @@ debug = {{ glance_logging_debug }}
|
||||
# NOTE(elemoine) log_dir alone does not work for Glance
|
||||
log_file = /var/log/kolla/glance/glance-api.log
|
||||
|
||||
worker_self_reference_url = {{ 'https' if glance_enable_tls_backend | bool else 'http' }}://{{ api_interface_address | put_address_in_context('url') }}:{{ glance_api_port }}
|
||||
|
||||
{% if glance_enable_tls_backend | bool %}
|
||||
bind_host = 127.0.0.1
|
||||
{% else %}
|
||||
|
5
releasenotes/notes/bug-2048525-53ac0711f2c8ae4b.yaml
Normal file
5
releasenotes/notes/bug-2048525-53ac0711f2c8ae4b.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes glance image import
|
||||
`LP#2048525 <https://bugs.launchpad.net/kolla-ansible/+bug/2048525>`__.
|
Loading…
x
Reference in New Issue
Block a user