Comment 6 for bug 2018018

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

Reviewed: https://review.opendev.org/c/openstack/charm-ironic-conductor/+/881666
Committed: https://opendev.org/openstack/charm-ironic-conductor/commit/6e3dbf2362a334adfacfb6a0dc3d94ab7dc38b6f
Submitter: "Zuul (22348)"
Branch: stable/2023.1

commit 6e3dbf2362a334adfacfb6a0dc3d94ab7dc38b6f
Author: Corey Bryant <email address hidden>
Date: Fri Apr 28 15:56:55 2023 -0400

    Fix exception in set-temp-url-secret action

    There are two issues fixed in this bug. The first is that the
    keystone_session exception block does not return on failure. The
    second, and the reason that create_keystone_session is failing,
    is due to the use of setuptools 60.9.0+ with the
    importlib-metadata in wheelhouse.txt that is pinned to <3.0.0.
    For more details see: https://github.com/pypa/setuptools/issues/3452

    Closes-Bug: #2018018
    Change-Id: I266c1fb92d531aded2f3253766de0a79accd9577
    (cherry picked from commit 9f221f1087c51f9323dbb41cba52018a93ccce5e)