Comment 7 for bug 2090618

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

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

commit d304f75335a16f50fe72822c3bdb5bcd8388cc56
Author: Arnaud M <email address hidden>
Date: Sat Nov 30 23:46:33 2024 +0100

    Use service-type instead of service-name

    Some openstack actions were still relying on service-name.
    While this is correct, it's different from what we have on other
    services.
    Let's use service_type everywhere.

    It's also the root cause of a recent bug in Swift action, because the
    service_type set to an empty array prevent the get_endpoint to be give
    correct answer.

    Closes-Bug: #2090618

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