Comment 6 for bug 1627022

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ironic (master)

Reviewed: https://review.openstack.org/410784
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=e63cd0834b0f05bd2b816d6e1f65cf2177358b55
Submitter: Jenkins
Branch: master

commit e63cd0834b0f05bd2b816d6e1f65cf2177358b55
Author: Lucas Alvares Gomes <email address hidden>
Date: Wed Dec 14 14:24:52 2016 +0000

    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