From 0ab2c08e4741c18d17cfe5a4727b69ed01d64bb5 Mon Sep 17 00:00:00 2001 From: Christopher Dearborn Date: Thu, 10 Oct 2019 16:35:32 -0400 Subject: 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver-requirements.txt') diff --git a/driver-requirements.txt b/driver-requirements.txt index beb542186..5756c6f75 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 -- cgit v1.2.1