Comment 1 for bug 1764395

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

Reviewed: https://review.openstack.org/561191
Committed: https://git.openstack.org/cgit/openstack/proliantutils/commit/?id=da0c7b3db906f375f1f09a31433f46b1c553c95f
Submitter: Zuul
Branch: master

commit da0c7b3db906f375f1f09a31433f46b1c553c95f
Author: mvpnitesh <email address hidden>
Date: Fri Apr 13 10:26:54 2018 +0000

    Fixes session issue for Gen10 servers

    For HPE Gen10 servers we are not able to receive consistent response
    while accessing the System with id: "/redfish/v1/Systems/1".
    The reason was related to multiple Sushy object creation which in
    turn will create multiple active sessions for the same Redfish
    controller at any given point.

    Instead of using session based authentication (the default behaviour
    in Sushy) we use basic authentication at the time of Sushy object
    creation. This fixes the session issue for Gen10 servers.

    Change-Id: Ic13da26a77863f8c383fa8ba185e05a8fc2e9fcf
    Closes-Bug: #1764395