summaryrefslogtreecommitdiff
path: root/driver-requirements.txt
diff options
context:
space:
mode:
authorBill Dodd <billdodd@gmail.com>2020-05-21 10:29:46 -0500
committerBill Dodd <billdodd@gmail.com>2021-03-03 10:41:56 -0600
commitd7f4da23764e2b8a3ce784ff2bcf047227af7064 (patch)
tree17fa00a0428cac9716068d15e0fc4a719b4bdc59 /driver-requirements.txt
parent5857fa802d42a49aa4cd2a0b2b0618c0845f6c65 (diff)
downloadironic-d7f4da23764e2b8a3ce784ff2bcf047227af7064.tar.gz
Add Redfish RAID management to Ironic
The Redfish hardware type does not currently implement the RAID hardware interface. This patch implements the Redfish RAID interface, allowing operators to specify the desired RAID configuration on Ironic Redfish nodes. Story: 2003514 Task: 24789 Depends-On: https://review.opendev.org/c/openstack/sushy/+/774532 Change-Id: Icf5ca865e0c1e168b96659229df622698bea1503
Diffstat (limited to 'driver-requirements.txt')
-rw-r--r--driver-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver-requirements.txt b/driver-requirements.txt
index 55d076e36..7673c281c 100644
--- a/driver-requirements.txt
+++ b/driver-requirements.txt
@@ -11,7 +11,7 @@ python-dracclient>=5.1.0,<6.0.0
python-xclarityclient>=0.1.6
# The Redfish hardware type uses the Sushy library
-sushy>=3.6.0
+sushy>=3.7.0
# Ansible-deploy interface
ansible>=2.7