]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Deal with PEP-0476 certificate chaining checking
authorJames Page <james.page@ubuntu.com>
Tue, 6 Jan 2015 12:01:40 +0000 (12:01 +0000)
committerJames Page <james.page@ubuntu.com>
Tue, 6 Jan 2015 12:04:43 +0000 (12:04 +0000)
commit1d75a6fd3bce8ccad52d3f33d5118f160c992f60
tree480161aedd43b70a1e80a426acf453bb5768369f
parent6e42c4c926dacef74b1816126b43faa3abfe8948
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
neutron/tests/unit/test_wsgi.py