Comment 5 for bug 1706725

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

Reviewed: https://review.openstack.org/524616
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=5847431e9cbf5705f5bf5b1b52d5cd50d27e6f87
Submitter: Zuul
Branch: master

commit 5847431e9cbf5705f5bf5b1b52d5cd50d27e6f87
Author: Hugo Nicodemos <email address hidden>
Date: Fri Dec 1 11:00:24 2017 -0300

    Fix persistent information when getting boot device

    This patches fixes the get_boot_device methods for ``oneview``
    hardware type to consider onetime boot option on the machine's iLO.
    if onetime boot is set to 'Once' on iLO, the method will return
    persistent as False (not persistent), True otherwise (persistent).

    Change-Id: I48d8b01ff37263a19c889f242a7ce2a99eee597e
    Closes-Bug: #1706725