Files
ironic/releasenotes/notes/check-for-whole-disk-image-uefi-3bf2146588de2423.yaml
Lucas Alvares Gomes e63cd0834b Remove check for UEFI + Whole disk images
This patch is removing a conditional preventing whole disk images from
being deployed in UEFI mode without local boot.

This conditional is an inconsistency because whole disk images being
deployed in non-UEFI mode don't need to explicitly set the boot_option
from "local", also, in Ironic when deploying a whole disk image we
already assume local boot by default.

Change-Id: I678e3547397eac3199d8ff670fe281e20b2cd2c0
Closes-Bug: #1627022
2017-01-13 10:17:14 +00:00

7 lines
259 B
YAML

---
fixes:
- Remove a check that was preventing whole disk images to be deployed
in UEFI mode without explicitly setting the boot_option capability to
"local". For whole disk images Ironic already assumes booting from
the hard-drive by default.