vmware-nsx/neutron/plugins/bigswitch
Kevin Benton b760d620ca Big Switch: Fix SSL version on get_server_cert
The ssl.get_server_certificate method uses SSLv3 by default.
Support for SSLv3 was dropped on the backend controller in
response to the POODLE vulnerability. This patch fixes it
to use TLSv1 like the wrap_socket method.

Closes-Bug: #1384487
Change-Id: I9cb5f219d327d62168bef2d7dbee22534b2e454e
2014-10-28 23:18:25 -07:00
..
agent Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
db Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
extensions Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
tests Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
config.py Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
l3_router_plugin.py Big Switch: Separate L3 functions into L3 service 2014-09-01 12:50:32 -07:00
plugin.py Use RPC instead of neutron client in metadata agent 2014-10-28 15:52:37 +04:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
routerrule_db.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
servermanager.py Big Switch: Fix SSL version on get_server_cert 2014-10-28 23:18:25 -07:00
vcsversion.py Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
version.py Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00

# Neuron REST Proxy Plug-in for Big Switch and FloodLight Controllers

This module provides a generic neutron plugin 'NeutronRestProxy' that
translates neutron function calls to authenticated REST requests (JSON supported)
to a set of redundant external network controllers.

It also keeps a local persistent store of neutron state that has been
setup using that API.

Currently the FloodLight Openflow Controller or the Big Switch Networks Controller
can be configured as external network controllers for this plugin.

For more details on this plugin, please refer to the following link:
http://www.openflowhub.org/display/floodlightcontroller/Neutron+REST+Proxy+Plugin