]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Big Switch: Switch to TLSv1 in server manager
authorKevin Benton <blak111@gmail.com>
Wed, 22 Oct 2014 20:04:03 +0000 (13:04 -0700)
committerKevin Benton <blak111@gmail.com>
Wed, 22 Oct 2014 22:01:19 +0000 (15:01 -0700)
commitdd5728125f36b1f6e97893765905659184e66c0e
tree4e21a6cd9da9686c1deb75ab72e273dbda35ad7f
parent830142e6923ff5fa8303afc22b0b61c39a374fe8
Big Switch: Switch to TLSv1 in server manager

Switch to TLSv1 for the connections to the backend
controllers. The default SSLv3 is no longer considered
secure.

TLSv1 was chosen over .1 or .2 because the .1 and .2 weren't
added until python 2.7.9 so TLSv1 is the only compatible option
for py26.

Closes-Bug: #1384487
Change-Id: I68bd72fc4d90a102003d9ce48c47a4a6a3dd6e03
(cherry picked from commit 62588957fbeccfb4f80eaa72bef2b86b6f08dcf8)
neutron/plugins/bigswitch/servermanager.py
neutron/tests/unit/bigswitch/test_servermanager.py