Comment 6 for bug 2090618

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to mistral-extra (master)

Reviewed: https://review.opendev.org/c/openstack/mistral-extra/+/936792
Committed: https://opendev.org/openstack/mistral-extra/commit/46b60f2ffb10f3de45872de22242bf3ce8266d2c
Submitter: "Zuul (22348)"
Branch: master

commit 46b60f2ffb10f3de45872de22242bf3ce8266d2c
Author: Arnaud M <email address hidden>
Date: Sat Nov 30 23:59:09 2024 +0100

    Get endpoint with service_name

    We recently introduced a change to handle multiple service types.
    This is preventing some services to be retrieved from name if the
    service type is empty (like swift).

    So, let's do a first loop over service types, then try to get endpoint
    with service name as fallback.

    Related-bug: #2090618

    Change-Id: I8bb0d3a6eea04901f3f54fbaf8ef8eee7edadc57
    Signed-off-by: Arnaud M <email address hidden>