We contentedly announce the release of: sushy 3.6.1: Sushy is a small Python library to communicate with Redfish based systems This release is part of the wallaby 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. 3.6.1 ^^^^^ Bug Fixes * Fixes "AttributeError: 'str' object has no attribute 'get'" during error handling. This occurs when BMC does not return a list of messages inside "@Message.ExtendedInfo", but a single item. This has been observed with iDRAC. * Fixes issues in the "volume" module where the first parameter passed to the "TaskMonitor" constructor was incorrect. The parameter passed was the resource object (self), but it should have been the connector object (self._conn). This affected the "create_volume()" and "delete_volume()" methods. Changes in sushy 3.6.0..3.6.1 ----------------------------- 0e91255 Fix TaskMonitor constructor calls in volume.py 7ec0422 Fix ExtendedInfo error handling for non-list item 9758d39 Update minversion of tox 9432172 Add release version to release notes Diffstat (except docs and test files) ------------------------------------- ...ended-info-error-handling-73fecb6bf5c852ff.yaml | 7 +++++ ...it-calls-in-volume-module-0f8a747acd0cfe3f.yaml | 8 ++++++ releasenotes/source/ussuri.rst | 6 ++-- releasenotes/source/victoria.rst | 6 ++-- sushy/exceptions.py | 12 ++++---- sushy/resources/system/storage/volume.py | 4 +-- .../unit/json_samples/error_single_ext_info.json | 13 +++++++++ .../unit/resources/system/storage/test_volume.py | 33 +++++++++++++--------- tox.ini | 2 +- 10 files changed, 78 insertions(+), 28 deletions(-)
participants (1)
-
no-reply@openstack.org