ironic/releasenotes/notes/no-unmanaged-vmedia-9fc7378f93e3d11a.yaml
Dmitry Tantsur 2f399a1fb7
Drop fallback to unmanaged inspection for virtual media and UEFI boot
It is not expected that nodes configured this way start PXE-booting.

Change-Id: I9bc5ab73bb54e0612fb6025f10c4d41a5b8842cb
2024-03-18 10:26:47 +01:00

10 lines
427 B
YAML

---
fixes:
- |
No longer falls back to `unmanaged` inspection for virtual media and
UEFI HTTP boot interfaces. Previously, if the validation of the boot
interface failed before in-band inspection, Ironic would switch to
unmanaged inspection, which involved PXE-booting. It is not expected
that nodes explicitly configured to use virtual media start booting
over PXE, so the fallback has been removed.