We are pumped to announce the release of: sushy 4.1.1: Sushy is a small Python library to communicate with Redfish based systems This release is part of the yoga 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.1.1 ^^^^^ Bug Fixes * Resolved virtualmedia attach failures caused by the lack of TransferProtocolType parameter in the request payload which is required by certain BMCs (e.g. on Nokia servers). This is done by adding capability to retry virtualmedia InsertMedia with the updated payload in such cases. * Fixes incompatibility with BMCs that require use of a specific SettingsObject URI specified in @Redfish.Settings resource in order to set BootSourceOverride or similar attributes. For example, this is required on Nokia servers. Changes in sushy 4.1.0..4.1.1 ----------------------------- ecf1bcc Re-trying InsertMedia call with TransferProtocolType if required d191fc5 Add missing __init__.py ce52b03 Follow up to Attempt using Redfish settings resource to get URI 1ddf9d7 Attempt using Redfish settings resource to get URI Diffstat (except docs and test files) ------------------------------------- ...transferprototype-missing-9cae57f3ecf470a9.yaml | 7 +++++ ...ttingsobject-if-supported-12a332f9905d64ce.yaml | 7 +++++ sushy/resources/manager/virtual_media.py | 26 +++++++++++++++- sushy/resources/system/network/__init__.py | 0 sushy/resources/system/system.py | 25 ++++++++++++--- .../transfer_proto_required_error.json | 22 +++++++++++++ .../unit/resources/manager/test_virtual_media.py | 16 ++++++++++ 9 files changed, 141 insertions(+), 6 deletions(-)
participants (1)
-
no-reply@openstack.org