Comment 6 for bug 1370466

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

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

commit 56dcee473e48dab82b1d1942184f8f28c0a8404a
Author: Faizan Barmawer <email address hidden>
Date: Wed Sep 24 04:32:38 2014 -0400

    pxe_ilo driver to call iLO set_boot_device

    After switching from uefi to bios boot mode, one system reset is
    required in iLO for persistent boot device settings.pxe driver call
    set_boot_device() which internally calls ipmitool to set boot device
    to pxe, will fail in such scenarios.

    This fix proposes to change the management interface for pxe_ilo driver
    to call ilo set_boot_device using proliantutils ilo_client functions
    instead of IPMI call

    Change-Id: Idc0e3a765f447ae1d1118299e4815a06995e5414
    Closes-bug: #1370466