diff options
author | Bill Dodd <billdodd@gmail.com> | 2018-07-12 12:34:08 -0500 |
---|---|---|
committer | Bill Dodd <billdodd@gmail.com> | 2018-11-29 12:05:48 -0600 |
commit | 9880262defb96531245234abdbe24ae1b9236c73 (patch) | |
tree | a1da49a64a1bc1103cece0eea8d08250c959bd2e /setup.cfg | |
parent | c5414620c5c3bd9b7085fd64f1dac40e83ec22df (diff) | |
download | ironic-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.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |