ironic.common.boot_modes module¶
Mapping of boot modes used when requesting the system to boot using alternative firmware interfaces.
The options presented were based on the Redfish protocol capabilities, specifically on the BootSourceOverrideMode property.
- ironic.common.boot_modes.LEGACY_BIOS = 'bios'¶
Boot over legacy PC BIOS firmware interface
- ironic.common.boot_modes.UEFI = 'uefi'¶
Boot over Unified Extensible Firmware Interface (UEFI) firmware interface