diff options
author | vmud213 <vinay50muddu@yahoo.com> | 2018-06-20 15:02:26 +0530 |
---|---|---|
committer | vmud213 <vinay50muddu@yahoo.com> | 2018-07-20 17:52:46 +0530 |
commit | 66e1ccb7c5f631cd3c3460be5b508ff0716c9031 (patch) | |
tree | 6a4d87ca35e6efc6c7da9f701d7460312babf9c4 /setup.cfg | |
parent | afbe8e7679d013179182443ac90b070fc3d68dea (diff) | |
download | ironic-66e1ccb7c5f631cd3c3460be5b508ff0716c9031.tar.gz |
iLO BIOS interface implementation
Adds support for manual cleaning steps "apply_configuration" and
"factory_reset" which manage BIOS settings on the iLO. This requires to
implement 'ilo' BIOS interface for 'ilo' hardware type.
Story: #2002899
Task: #22863
Change-Id: Ia014ea3d55504e8e0c815fb4f19bb87b1fc0d6ef
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ ironic.dhcp = ironic.hardware.interfaces.bios = fake = ironic.drivers.modules.fake:FakeBIOS + ilo = ironic.drivers.modules.ilo.bios:IloBIOS irmc = ironic.drivers.modules.irmc.bios:IRMCBIOS no-bios = ironic.drivers.modules.noop:NoBIOS |