]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
L3 API support for BigSwitch-FloodLight Plugin
authorSumit Naiksatam <sumitnaiksatam@gmail.com>
Wed, 6 Feb 2013 04:25:46 +0000 (20:25 -0800)
committerSumit Naiksatam <sumitnaiksatam@gmail.com>
Fri, 15 Feb 2013 21:05:15 +0000 (13:05 -0800)
commit6020c897aba06b8701210a2473e19c609cee0e57
tree1533f3ea9cbcb629ade2d18e7a48a1f0b462225a
parenta7837e5f90ff2ee2d8d28ffd59754965d86f65f8
L3 API support for BigSwitch-FloodLight Plugin

In keeping with the philosophy  of the RESTProxy plugin, L3 extension calls
are processed (CRUD of logical resources) and the state changes are proxied
to a backend controller.

A configuration variable specific to the RESTProxy plugin is being added
to identify that particular Quantum server's ID.

blueprint quantum-floodlight-bigswitch-l3

Change-Id: I24be02cd836352497fe5b1e7622d138e0c816377
etc/quantum/plugins/bigswitch/restproxy.ini
quantum/plugins/bigswitch/plugin.py
quantum/plugins/bigswitch/vcsversion.py [new file with mode: 0644]
quantum/plugins/bigswitch/version.py
quantum/tests/unit/bigswitch/test_router_db.py [new file with mode: 0644]