Comment 1 for bug 1852688

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

Reviewed: https://review.opendev.org/694448
Committed: https://git.openstack.org/cgit/x/proliantutils/commit/?id=086b3485c258fc9bcb2e1416868f21c24640743e
Submitter: Zuul
Branch: master

commit 086b3485c258fc9bcb2e1416868f21c24640743e
Author: Shivanand Tendulker <email address hidden>
Date: Fri Nov 15 00:49:29 2019 -0500

    Fixes caching of ilo instances to use admin credentials

    Currently the IloClient object cached uses iLO host as the key.
    This can be issue if the iLO credentials are changed. The cached
    node will not use new credentials leading to failure in
    communication with iLO.

    Change-Id: Ie1ea10aae78c4dab307d8a31996322597046ecb1
    Closes-Bug: 1852688