Comment 9 for bug 1399498

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

Reviewed: https://review.openstack.org/158895
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=e27596102087984d2b8c9b74ef0e340c372d0b77
Submitter: Jenkins
Branch: stable/icehouse

commit e27596102087984d2b8c9b74ef0e340c372d0b77
Author: Davanum Srinivas <email address hidden>
Date: Thu Feb 5 13:57:04 2015 -0500

    Make tests use sha256 as openssl default digest algorithm

    The tests previously used md5, which is considered broken,
    and distros are starting to disable this in their openssl
    builds.

    Make the tests use sha256 as the default as a long term
    sane alternative that should work on all distros.

    This will fix Centos 7, and future proof the tests.

    Closes-Bug: #1399498
    Change-Id: Ic6cc92e47a318d789db3c3c98c67948eefb51fc2
    (cherry picked from commit f4495de5a04b03bbd6773b6b059ea0341a2d0aea)