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
7 lines
259 B
YAML
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.
|