Comment 9 for bug 1604002

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

Reviewed: https://review.openstack.org/392181
Committed: https://git.openstack.org/cgit/openstack/instack-undercloud/commit/?id=f3fd1e384e90db5f23a9bec7836633f122f03cc2
Submitter: Jenkins
Branch: master

commit f3fd1e384e90db5f23a9bec7836633f122f03cc2
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