Comment 20 for bug 1409667

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-cinder (stable/juno)

Reviewed: https://review.openstack.org/152977
Committed: https://git.openstack.org/cgit/stackforge/puppet-cinder/commit/?id=00efa65680314e9364d6aaa559ebada7015dfb7f
Submitter: Jenkins
Branch: stable/juno

commit 00efa65680314e9364d6aaa559ebada7015dfb7f
Author: Lukas Bezdicka <email address hidden>
Date: Fri Jan 2 20:07:25 2015 +0100

    Switch to TLSv1 as SSLv3 is considered insecure and is disabled by default

    Rabbitmq won't talk to us anymore if we try to use SSLv3 as it disabled
    support for SSLv3. Openstack components use python's openssl
    implementation which does not support TLSv1.1 and TLSv1.2 yet so we
    just switch to TLSv1. Support for newer TLS should come with python
    2.7.9+

    Closes-Bug: #1409667
    Change-Id: I3834decbc73a97a627023b132324a6c4aec2468a
    (cherry picked from commit 7b801ad37ac36e5eddd3d844e3f483edcfa38442)