From 9880262defb96531245234abdbe24ae1b9236c73 Mon Sep 17 00:00:00 2001 From: Bill Dodd Date: Thu, 12 Jul 2018 12:34:08 -0500 Subject: 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 --- 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 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 -- cgit v1.2.1