Comment 21 for bug 1403068

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

Reviewed: https://review.openstack.org/166263
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=15901c4effad378412e83fe927104961ee5702c9
Submitter: Jenkins
Branch: stable/icehouse

commit 15901c4effad378412e83fe927104961ee5702c9
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.

    Closes-Bug: #1403068
    (cherry picked from commit 4e849ef5fbb7159276435ac6f7315bf20274768d)

    Conflicts:
     cinder/tests/test_wsgi.py

    Change-Id: Iffc3658196f608c7a7c9b6527dc8e7210fb05bff