summaryrefslogtreecommitdiff
path: root/driver-requirements.txt
diff options
context:
space:
mode:
authorBill Dodd <billdodd@gmail.com>2018-07-12 12:34:08 -0500
committerBill Dodd <billdodd@gmail.com>2018-11-29 12:05:48 -0600
commit9880262defb96531245234abdbe24ae1b9236c73 (patch)
treea1da49a64a1bc1103cece0eea8d08250c959bd2e /driver-requirements.txt
parentc5414620c5c3bd9b7085fd64f1dac40e83ec22df (diff)
downloadironic-9880262defb96531245234abdbe24ae1b9236c73.tar.gz
Add BIOS interface to Redfish hardware type
The Redfish hardware type does not currently implement the new BIOS hardware interface. This patch implements the Redfish BIOS interface, allowing operators to perform BIOS configuration actions on Ironic Redfish nodes. Change-Id: I44a2a465b08bc15465b7096b1e4838aebb460c1b Story: 2001791 Task: 12507
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 e8f1c615e..5ee2943f0 100644
--- a/driver-requirements.txt
+++ b/driver-requirements.txt
@@ -16,7 +16,7 @@ python-xclarityclient>=0.1.6
ImcSdk>=0.7.2
# The Redfish hardware type uses the Sushy library
-sushy
+sushy>=1.6.0
# Ansible-deploy interface
ansible>=2.4