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
This commit is contained in:
Christopher Dearborn 2019-10-10 16:35:32 -04:00 committed by Julia Kreger
parent 8cc6dbdd89
commit 0ab2c08e47
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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 <https://storyboard.openstack.org/#!/story/2006702>`_
for more information.