Comment 22 for bug 1409667

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

Reviewed: https://review.openstack.org/161160
Committed: https://git.openstack.org/cgit/stackforge/puppet-nova/commit/?id=ef7c618c0eac3d8e2cb3427786d80526d960b482
Submitter: Jenkins
Branch: stable/juno

commit ef7c618c0eac3d8e2cb3427786d80526d960b482
Author: Lukas Bezdicka <email address hidden>
Date: Fri Jan 2 22:49:10 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: Ifa6b377ef2c6f25ad11c1f4809a770a031534962
    (cherry picked from commit 39006b77e2957aef818f2adaffe0392773ee99e2)