Comment 11 for bug 1604002

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to instack-undercloud (stable/newton)

Reviewed: https://review.openstack.org/397112
Committed: https://git.openstack.org/cgit/openstack/instack-undercloud/commit/?id=8b4bdb353309109f93966f11aae08c2f57c1410d
Submitter: Jenkins
Branch: stable/newton

commit 8b4bdb353309109f93966f11aae08c2f57c1410d
Author: Dmitry Tantsur <email address hidden>
Date: Tue Nov 1 15:41:47 2016 +0100

    Prevent pxe_ilo driver from guessing the boot mode to use

    The iLO drivers try to set boot mode to UEFI when they detect UEFI-capable hardware.
    This can be surprising for operators, as it's not consistent with other drivers.
    Also, UEFI support in TripleO is somewhat less mature.

    Change the default boot mode to "bios" via puppet. Operators can still change
    the boot mode per node by setting an appropriate capability.

    Change-Id: Ide26d05289ba962759163a60dab06e5152812dba
    Closes-Bug: #1604002
    (cherry picked from commit f3fd1e384e90db5f23a9bec7836633f122f03cc2)