summaryrefslogtreecommitdiff
path: root/setup.cfg
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 /setup.cfg
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 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index d7a6460eb..128b75e5a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -58,6 +58,7 @@ ironic.hardware.interfaces.bios =
ilo = ironic.drivers.modules.ilo.bios:IloBIOS
irmc = ironic.drivers.modules.irmc.bios:IRMCBIOS
no-bios = ironic.drivers.modules.noop:NoBIOS
+ redfish = ironic.drivers.modules.redfish.bios:RedfishBIOS
ironic.hardware.interfaces.boot =
fake = ironic.drivers.modules.fake:FakeBoot