Comment 15 for bug 1403068

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

Reviewed: https://review.openstack.org/144988
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=89aec92962a551dc06520e284dadc63a0a58ad2c
Submitter: Jenkins
Branch: master

commit 89aec92962a551dc06520e284dadc63a0a58ad2c
Author: James Page <email address hidden>
Date: Mon Jan 5 14:14:40 2015 +0000

    Deal with PEP-0476 certificate chaining checking

    PEP-0476 introduced more thorough certificate chain verification
    for HTTPS connectivity; this was introduced in Python 2.7.9, and
    breaks a number of unit tests in the keystone codebase.

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

    Change-Id: I6b5e975ed4c9abf3571212ba0e172eb653bb9281
    Closes-Bug: #1403068