Comment 23 for bug 1276694

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.openstack.org/171178
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=88510ef1b153fc548fc5bccc24e116a0882e66a8
Submitter: Jenkins
Branch: master

commit 88510ef1b153fc548fc5bccc24e116a0882e66a8
Author: Elena Ezhova <email address hidden>
Date: Tue Apr 7 14:54:45 2015 +0300

    Refactor socket ssl wrapping

    Move socket wrapping into a separate method in order to separate
    its logic from other action done in _get_socket. Now, ssl wrapping
    is applied to the socket returned by _get_socket method.
    Additionally checks for ssl config options are now performed during
    init and not each time wrap_socket is called.

    Added unit tests.

    Related-Bug: #1276694
    Change-Id: I706517ae351a7a681623ec91c9657a2f61cd2679