]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Deal with PEP-0476 certificate chaining checking
authorCorey Bryant <corey.bryant@canonical.com>
Wed, 14 Jan 2015 18:11:30 +0000 (13:11 -0500)
committerCorey Bryant <corey.bryant@canonical.com>
Wed, 14 Jan 2015 18:48:41 +0000 (13:48 -0500)
commit4e849ef5fbb7159276435ac6f7315bf20274768d
treecbde7c3303fcb4acfa9d0aee1b5ae03620ed528d
parent1b2ce8b2ef648b9c00dee53b84ca00b2a05ae3e2
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.

Change-Id: Iffc3658196f608c7a7c9b6527dc8e7210fb05bff
Closes-Bug: #1403068
cinder/tests/test_wsgi.py