Comment 2 for bug 1667088

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

Reviewed: https://review.openstack.org/437132
Committed: https://git.openstack.org/cgit/openstack/python-dracclient/commit/?id=f49efaa1bfd20eb7d94366f0665df01d9b0d10b4
Submitter: Jenkins
Branch: master

commit f49efaa1bfd20eb7d94366f0665df01d9b0d10b4
Author: Christopher Dearborn <email address hidden>
Date: Wed Feb 22 15:19:41 2017 -0500

    Get/Set power state fails

    It's possible for iDRACs to get into a state where the Name element is
    not returned when querying DCIM_ComputerSystem. This results in the
    get_power_state command failing against nodes with iDRACs in this
    state.

    This patch removes selecting on the Name element from get_power_state.
    This makes get_power_state work against both nodes with iDRACs in this
    state and iDRACs not in this state.

    Change-Id: Ide2d69b695376c777e5c4ee847dd0e481474a09f
    Closes-Bug: #1667088