summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorShivanand Tendulker <stendulker@gmail.com>2019-08-16 02:28:32 -0400
committerShivanand Tendulker <stendulker@gmail.com>2019-08-16 12:32:36 -0400
commit1e3b684037059ef931d11d02e1e5ec04f7c46aee (patch)
treef4ab021d5f35db6d4059421d0328403c74ce89ab /setup.cfg
parentce163996ce2969c98d109f9d5704f93be7234f43 (diff)
downloadironic-1e3b684037059ef931d11d02e1e5ec04f7c46aee.tar.gz
Add iPXE boot interface to 'ilo' hardware type
This commit adds new boot interface 'ilo-ipxe' to support booting of iPXE instances using 'ilo' hardware type. Change-Id: I3abebc77cbc57344a74759e0a8b99e8cacac6f6b Story: 2006408 Task: 36292
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 dfae78963..eb12c825f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -64,6 +64,7 @@ ironic.hardware.interfaces.bios =
ironic.hardware.interfaces.boot =
fake = ironic.drivers.modules.fake:FakeBoot
ilo-pxe = ironic.drivers.modules.ilo.boot:IloPXEBoot
+ ilo-ipxe = ironic.drivers.modules.ilo.boot:IloiPXEBoot
ilo-virtual-media = ironic.drivers.modules.ilo.boot:IloVirtualMediaBoot
ipxe = ironic.drivers.modules.ipxe:iPXEBoot
irmc-pxe = ironic.drivers.modules.irmc.boot:IRMCPXEBoot