Comment 22 for bug 1403068

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

Reviewed: https://review.openstack.org/168878
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=91255f1edd39804847ce80c65fcbf73e126853f3
Submitter: Jenkins
Branch: stable/icehouse

commit 91255f1edd39804847ce80c65fcbf73e126853f3
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.

    Closes-Bug: #1403068
    (cherry picked from commit 89aec92962a551dc06520e284dadc63a0a58ad2c)

    Conflicts:
     keystone/tests/test_ssl.py

    Change-Id: I6b5e975ed4c9abf3571212ba0e172eb653bb9281