]> 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 21:53:53 +0000 (14:53 -0700)
commit62588957fbeccfb4f80eaa72bef2b86b6f08dcf8
treedb4089e689059b03a3de837afc8ce8f84e523a3b
parentc6f24b55e3ece33663083d99a716072ad2ad875a
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
neutron/plugins/bigswitch/servermanager.py
neutron/tests/unit/bigswitch/test_servermanager.py