Comment 2 for bug 1668434

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

Reviewed: https://review.openstack.org/440822
Committed: https://git.openstack.org/cgit/openstack/sushy/commit/?id=0165d26672c7c3f22105231add37876119c62616
Submitter: Jenkins
Branch: master

commit 0165d26672c7c3f22105231add37876119c62616
Author: Lin Yang <email address hidden>
Date: Thu Mar 2 13:42:35 2017 -0800

    Fix hardcoded reset system path

    Previously, the path of resetting system is hardcoded to
    '/Actions/ComputerSystem.Reset'. Actually redfish provide 'target'
    attribution for each action. So use it instead of hardcode.

    Change-Id: Id5aaa418ff5ffc693afc593db5c4dc852b5b6c33
    Closes-Bug: #1668434