summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorvmud213 <vinay50muddu@yahoo.com>2018-06-20 15:02:26 +0530
committervmud213 <vinay50muddu@yahoo.com>2018-07-20 17:52:46 +0530
commit66e1ccb7c5f631cd3c3460be5b508ff0716c9031 (patch)
tree6a4d87ca35e6efc6c7da9f701d7460312babf9c4 /setup.cfg
parentafbe8e7679d013179182443ac90b070fc3d68dea (diff)
downloadironic-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.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 131f4432e..ae07551a0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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