ironic.drivers.modules.ipxe module¶
iPXE Boot Interface
- class ironic.drivers.modules.ipxe.iPXEBoot(*args, **kwargs)[source]¶
- Bases: - PXEBaseMixin,- BootInterface- capabilities = ['iscsi_volume_boot', 'ramdisk_boot', 'ipxe_boot']¶
 - ipxe_enabled = True¶
 
- class ironic.drivers.modules.ipxe.iPXEHttpBoot(*args, **kwargs)[source]¶
- Bases: - PXEBaseMixin,- BootInterface- capabilities = ['iscsi_volume_boot', 'ramdisk_boot', 'ipxe_boot']¶
 - http_boot_enabled = True¶
 - ipxe_enabled = True¶
 
