Comment 3 for bug 2018018

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

Reviewed: https://review.opendev.org/c/openstack/charm-ironic-conductor/+/881889
Committed: https://opendev.org/openstack/charm-ironic-conductor/commit/9f221f1087c51f9323dbb41cba52018a93ccce5e
Submitter: "Zuul (22348)"
Branch: master

commit 9f221f1087c51f9323dbb41cba52018a93ccce5e
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