Initial code for Southbound plugin to the OpenContrail Platform 78/8478/1
authorAric Gardner <agardner@linuxfoundation.org>
Thu, 22 May 2014 17:47:38 +0000 (17:47 +0000)
committerankit_juniper <ankita@juniper.net>
Tue, 1 Jul 2014 07:30:32 +0000 (13:00 +0530)
commit5627bc38e6fa3f3bd56adfa6c8a19955846f657c
tree1c3f80f79a4a43ff5183b1075c06c3c344884387
parent303157c48d3ff6c51624cdb02e3c11a9c6362f7d
Initial code for Southbound plugin to the OpenContrail Platform

Change-Id: I4e5e47f90d89a608efdde7f88e2acb5aecafb794
Signed-off-by: ankit_juniper <ankita@juniper.net>
12 files changed:
LICENSE [new file with mode: 0755]
README.md [new file with mode: 0755]
commons/parent/pom.xml [new file with mode: 0755]
neutron/pom.xml [new file with mode: 0755]
neutron/src/main/java/org/opendaylight/plugin2oc/neutron/Activator.java [new file with mode: 0755]
neutron/src/main/java/org/opendaylight/plugin2oc/neutron/NetworkHandler.java [new file with mode: 0755]
neutron/src/main/java/org/opendaylight/plugin2oc/neutron/PortHandler.java [new file with mode: 0755]
neutron/src/main/java/org/opendaylight/plugin2oc/neutron/SubnetHandler.java [new file with mode: 0755]
neutron/src/test/java/org/opendaylight/plugin2oc/neutron/NetworkHandlerTest.java [new file with mode: 0755]
neutron/src/test/java/org/opendaylight/plugin2oc/neutron/PortHandlerTest.java [new file with mode: 0755]
neutron/src/test/java/org/opendaylight/plugin2oc/neutron/SubnetHandlerTest.java [new file with mode: 0755]
pom.xml [new file with mode: 0755]