Comment 8 for bug 1403068

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

Reviewed: https://review.openstack.org/147271
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=4e849ef5fbb7159276435ac6f7315bf20274768d
Submitter: Jenkins
Branch: master

commit 4e849ef5fbb7159276435ac6f7315bf20274768d
Author: Corey Bryant <email address hidden>
Date: Wed Jan 14 13:11:30 2015 -0500

    Deal with PEP-0476 certificate chaining checking

    PEP-0476 introduced more thorough certificate chain verfication
    for HTTPS connectivity; this was introduced in Python 2.7.9, and
    breaks a number of unit tests in the cinder codebase.

    Disable certificate chain verification for cinder SSL tests
    using the backwards compatible SSLContext provided for this
    purpose.

    Change-Id: Iffc3658196f608c7a7c9b6527dc8e7210fb05bff
    Closes-Bug: #1403068