Comment 54 for bug 1853017

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

Reviewed: https://review.opendev.org/712614
Committed: https://git.openstack.org/cgit/starlingx/config/commit/?id=423a475aff4f9ea1b60af6a9a2989027d1506f10
Submitter: Zuul
Branch: master

commit 423a475aff4f9ea1b60af6a9a2989027d1506f10
Author: Shuicheng Lin <email address hidden>
Date: Thu Mar 12 14:06:08 2020 +0800

    Refresh local registry auth info each time when access local registry

    Local registry uses admin account password as authentication info.
    And this password may be changed by openstack client at any time.
    When sysinv tries to download images from local registry, it cannot
    cache the auth info, otherwise it may lead to authentication failure
    in keystone, and account be locked at the end.

    Partial-Bug: 1853017

    Change-Id: I07f273a05a1bc3c08b48d13c94eb6df6aecdf7c3
    Signed-off-by: Shuicheng Lin <email address hidden>