From 1e3b684037059ef931d11d02e1e5ec04f7c46aee Mon Sep 17 00:00:00 2001 From: Shivanand Tendulker Date: Fri, 16 Aug 2019 02:28:32 -0400 Subject: 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 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') 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 -- cgit v1.2.1