Comment 8 for bug 2048525

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/2023.1)

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/904851
Committed: https://opendev.org/openstack/kolla-ansible/commit/106be6dff731e3294189043caa45689b98325d63
Submitter: "Zuul (22348)"
Branch: stable/2023.1

commit 106be6dff731e3294189043caa45689b98325d63
Author: Michal Arbet <email address hidden>
Date: Mon Jan 8 11:48:35 2024 +0100

    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
    (cherry picked from commit 9ecfcf5a17548056eacfa9ba90fc07acb00e64b7)