Comment 2 for bug 1418327

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

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

commit d5bf6233f9afb9291f9c596cb97436f3ac46cb84
Author: Shivanand Tendulker <email address hidden>
Date: Wed Feb 11 19:38:02 2015 -0800

    Ilo drivers sets capabilities:boot_mode in node

    Ilo drivers sets capabilities:boot_mode in node properties
    if there is none.
    For a node capable of booting in both bios and uefi, setting
    of this property by driver prevents it from getting selected for
    future deploys requests for other boot mode.
    It would be selected only for deploy requests where flavor
    extra_specs specifies capabilities:boot_mode with a value
    matching with one set by driver in the node properties.

    Closes-Bug: 1418327

    Change-Id: I90571487840c6a74699a8fbfbac8035c3efb5672