Skip to content

Commit 918728e

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Enable glance proxying behaviour" into stable/2023.1
2 parents c122661 + 106be6d commit 918728e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

ansible/roles/glance/templates/glance-api.conf.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ debug = {{ glance_logging_debug }}
44
# NOTE(elemoine) log_dir alone does not work for Glance
55
log_file = /var/log/kolla/glance/glance-api.log
66

7+
worker_self_reference_url = {{ 'https' if glance_enable_tls_backend | bool else 'http' }}://{{ api_interface_address | put_address_in_context('url') }}:{{ glance_api_port }}
8+
79
{% if glance_enable_tls_backend | bool %}
810
bind_host = 127.0.0.1
911
{% else %}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes glance image import
5+
`LP#2048525 <https://bugs.launchpad.net/kolla-ansible/+bug/2048525>`__.

0 commit comments

Comments
 (0)