From 0ab2c08e4741c18d17cfe5a4727b69ed01d64bb5 Mon Sep 17 00:00:00 2001 From: Christopher Dearborn Date: Thu, 10 Oct 2019 16:35:32 -0400 Subject: [PATCH] Update sushy library version This patch updates the sushy library version to a version that contains a fix for a critical message registry bug. This bug causes the Redfish hardware type to not work against at least some Dell EMC hardware. See: https://review.opendev.org/#/c/666253/ Change-Id: I03b415ce4f07f9c306bafc05c52527f51061d864 Story: #2006702 Task: #37011 --- driver-requirements.txt | 2 +- .../notes/min-sushy-version-change-3b697530e0c05dee.yaml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/min-sushy-version-change-3b697530e0c05dee.yaml diff --git a/driver-requirements.txt b/driver-requirements.txt index beb5421862..5756c6f75c 100644 --- a/driver-requirements.txt +++ b/driver-requirements.txt @@ -11,7 +11,7 @@ python-dracclient>=3.0.0,<4.0.0 python-xclarityclient>=0.1.6 # The Redfish hardware type uses the Sushy library -sushy>=1.9.0 +sushy>=2.0.0 # Ansible-deploy interface ansible>=2.4 diff --git a/releasenotes/notes/min-sushy-version-change-3b697530e0c05dee.yaml b/releasenotes/notes/min-sushy-version-change-3b697530e0c05dee.yaml new file mode 100644 index 0000000000..d67a79fbdd --- /dev/null +++ b/releasenotes/notes/min-sushy-version-change-3b697530e0c05dee.yaml @@ -0,0 +1,7 @@ +--- +fixes: + - Support for some hardware, including some Dell EMC servers, is + broken when using the Redfish hardware type with sushy 1.9.0. + The minimum version for the sushy library is now 2.0.0. + See `story 2006702 `_ + for more information.