Comment 14 for bug 1403068

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

Reviewed: https://review.openstack.org/165756
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=e687499f438f50b810e2bc518187b152d1a68033
Submitter: Jenkins
Branch: master

commit e687499f438f50b810e2bc518187b152d1a68033
Author: James Page <email address hidden>
Date: Thu Mar 19 09:54:09 2015 +0000

    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 manila codebase.

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

    Change-Id: I512e4bd5a10fcfdf6241329dbd1eae6e9350854b
    Closes-Bug: #1403068