Comment 7 for bug 1826327

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/queens)

Reviewed: https://review.opendev.org/666084
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=7951713790464eedaec1e59851a42febc4acc346
Submitter: Zuul
Branch: stable/queens

commit 7951713790464eedaec1e59851a42febc4acc346
Author: Michal Nasiadka <email address hidden>
Date: Thu Apr 25 09:06:28 2019 +0200

    Add sha256 in ceph fetch keys

    fetch_ceph_keys.py is using insecure sha1 function, this patch adds
    sha256 beside sha1 - in order to remove sha1 safely in U release.

    Change-Id: I32ba1abd204c9dba4bbe3132b5650b0e391616af
    Closes-Bug: #1826327
    (cherry picked from commit 0a2dc8aa1d267da3c1c2925b3f292bd96aa50edb)