charm-ironic-conductor/src/actions
Corey Bryant 9f221f1087 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
2023-04-28 15:58:43 -04:00
..
actions.py Fix exception in set-temp-url-secret action 2023-04-28 15:58:43 -04:00
set-temp-url-secret Add set-temp-url-secret action 2020-09-20 09:20:29 +00:00