kolla-ansible/releasenotes/notes/bug-2048525-53ac0711f2c8ae4b.yaml
Michal Arbet 9ecfcf5a17 Enable glance proxying behaviour
This patch sets URL to glance worker.
If this is set, other glance workers will know how to contact this one
directly if needed. For image import, a single worker stages the image
and other workers need to be able to proxy the import request to the
right one.

With current setup glance image import just not working.

Closes-Bug: #2048525

Change-Id: I4246dc8a80038358cd5b6e44e991b3e2ed72be0e
2024-01-08 16:30:29 +01:00

6 lines
123 B
YAML

---
fixes:
- |
Fixes glance image import
`LP#2048525 <https://bugs.launchpad.net/kolla-ansible/+bug/2048525>`__.