~zulcss/ubuntu/precise/quantum/trunk

« back to all changes in this revision

Viewing changes to quantum/plugins/bigswitch/README

  • Committer: Chuck Short
  • Date: 2012-11-26 19:51:11 UTC
  • mfrom: (26.1.1 raring-proposed)
  • Revision ID: zulcss@ubuntu.com-20121126195111-jnz2cr4xi6whemw2
* New upstream release for the Ubuntu Cloud Archive.
* debian/patches/*: Refreshed for opening of Grizzly.
* New upstream release.
* debian/rules: FTFBS if there is missing binaries.
* debian/quantum-server.install: Add quantum-debug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Quantum REST Proxy Plug-in for Big Switch and FloodLight Controllers
 
2
 
 
3
This module provides a generic quantum plugin 'QuantumRestProxy' that
 
4
translates quantum function calls to authenticated REST requests (JSON supported)
 
5
to a set of redundant external network controllers.
 
6
 
 
7
It also keeps a local persistent store of quantum state that has been
 
8
setup using that API.
 
9
 
 
10
Currently the FloodLight Openflow Controller or the Big Switch Networks Controller
 
11
can be configured as external network controllers for this plugin.
 
12
 
 
13
For more details on this plugin, please refer to the following link:
 
14
http://www.openflowhub.org/display/floodlightcontroller/Quantum+REST+Proxy+Plugin