We exuberantly announce the release of: sushy 4.5.2: Sushy is a small Python library to communicate with Redfish based systems This release is part of the bobcat release series. The source is available from: https://opendev.org/openstack/sushy Download the package from: https://tarballs.openstack.org/sushy/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/sushy For more details, please see below. 4.5.2 ^^^^^ Bug Fixes * Correctly handles error code "Base.1.12.ActionParameterMissing" when dealing with hardware that requires "TransferProtocolType" for virtual media operations and has different message in RelatedProperties response. * Correctly handles errors on a request that is re-tried after refreshing an authentication token. Changes in sushy 4.5.1..4.5.2 ----------------------------- 92bee3d Handle a different related properties for missing TransferProtocolType fb10d3e Handle exceptions after re-authentication e879f22 Remove version field from iLO error bd7ec84 Update TOX_CONSTRAINTS_FILE for stable/2023.2 ab036c3 Update .gitreview for stable/2023.2 Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .../action-parameter-missing-7d234b96b5b1d81a.yaml | 6 ++++ releasenotes/notes/re-raise-1fe9f912691e893e.yaml | 5 +++ sushy/connector.py | 28 +++++++-------- sushy/resources/manager/virtual_media.py | 3 +- .../transfer_proto_required_error3.json | 22 ++++++++++++ .../unit/resources/manager/test_virtual_media.py | 10 ++++++ tox.ini | 10 +++--- 9 files changed, 105 insertions(+), 20 deletions(-)
participants (1)
-
no-reply@openstack.org