Comment 6 for bug 1403068

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

Reviewed: https://review.openstack.org/145208
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=1d75a6fd3bce8ccad52d3f33d5118f160c992f60
Submitter: Jenkins
Branch: master

commit 1d75a6fd3bce8ccad52d3f33d5118f160c992f60
Author: James Page <email address hidden>
Date: Tue Jan 6 12:01:40 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 neutron codebase.

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

    Change-Id: I25859d8981a022b4f625ce57ecd28da3820a7b17
    Closes-Bug: #1403068