Comment 6 for bug 1599425

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

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

commit cdab37f6990f9c5aea68b82f723137bd0611cbb8
Author: Nisha Agarwal <email address hidden>
Date: Thu Jan 19 22:24:17 2017 +0000

    Add the new capabilities to the iLO InspectInterface

    This patch adds the new capabilities to iLO InspectInterface
    as listed in the specification. It requires proliantutils
    version >=2.4.0 for these new capabilities.

    This patch also removes three capabilities keys from
    iLO InspectInterface - ``max_raid_level``, ``BootMode``, and
    ``sr_iov_devices``.
    max_raid_level - It cannot be discovered out-of-band using
    proliantutils. The capability is set during RAID configuration
    as ``raid_level`` instead.
    sr_iov_devices - It cannot be discovered out-of-band. Required
    Inband mechanism to discover this.
    BootMode - This capability required Nova to change as the value
    was supposed to be a list of supported boot modes on the system.
    Nova asked to implement the Boolean capabilities instead.

    Partial-Bug: 1599425

    Change-Id: I64c3e471d55c2020204cf7a20e50c399e43eccf7