Comment 17 for bug 1403068

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

Reviewed: https://review.openstack.org/166274
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=91cc867eb6625eded476343f487d28e76ac3f22f
Submitter: Jenkins
Branch: stable/icehouse

commit 91cc867eb6625eded476343f487d28e76ac3f22f
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.

    Closes-Bug: #1403068
    (cherry picked from commit 1d75a6fd3bce8ccad52d3f33d5118f160c992f60)
    Change-Id: I25859d8981a022b4f625ce57ecd28da3820a7b17