ironic/releasenotes/notes/pxe-boot-mode-9084ccf35e54bbc0.yaml
Dmitry Tantsur 5f9efb34e9 Handle default_boot_mode during cleaning/inspection with PXE/iPXE
First, use default_boot_mode in get_boot_mode instead of BIOS.

Second, call sync_boot_mode for all ramdisk types in the PXE boot,
not only during deployment.

Change-Id: I3f13bacbdcb319c191eeb8ae93aecf8fba68f9ec
2020-09-10 17:32:27 +02:00

10 lines
319 B
YAML

---
fixes:
- |
Fixes cleaning and managed inspection not respecting the
``default_boot_mode`` configuration option.
- |
Fixes cleaning and managed inspection not following the standard boot
mode handling logic, particularly, not trying to assert the requested
boot mode if the driver allows it.