ironic.common.boot_devices
Module¶Mapping of boot devices used when requesting the system to boot from an alternate device.
The options presented were based on the IPMItool chassis bootdev command. You can find the documentation at: http://linux.die.net/man/1/ipmitool
NOTE: This module does not include all the options from ipmitool because they don’t make sense in the limited context of Ironic right now.
ironic.common.boot_devices.
BIOS
= 'bios'¶Boot into BIOS setup
ironic.common.boot_devices.
CDROM
= 'cdrom'¶Boot from CD/DVD
ironic.common.boot_devices.
DISK
= 'disk'¶Boot from default Hard-drive
ironic.common.boot_devices.
PXE
= 'pxe'¶Boot from PXE boot
ironic.common.boot_devices.
SAFE
= 'safe'¶Boot from default Hard-drive, request Safe Mode
ironic.common.boot_devices.
WANBOOT
= 'wanboot'¶Boot from Wide Area Network
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.