Comment 14 for bug 1287542

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

Reviewed: https://review.openstack.org/77891
Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=3eeaaee78872632aede36ee328cfb99a8c53ec91
Submitter: Jenkins
Branch: master

commit 3eeaaee78872632aede36ee328cfb99a8c53ec91
Author: Mark McLoughlin <email address hidden>
Date: Tue Mar 4 06:23:35 2014 -0800

    Remove use of sslutils

    sslutils is the only oslo-incubator module we use which registers any
    config options, and we don't even use those config options at runtime.

    The problem with us using oslo-incubator config options is that they
    need to be exactly in sync with the oslo-incubator version of those
    used by every project using oslo.messaging.

    Avoid all this be inlining validate_ssl_version() until we have it
    available in a real library.

    Change-Id: Id3b0bb2e7ede33ede9b66025d1af113ae60cfc58
    Closes-Bug: #1287542