Moving the connection manager NB-API from the network configuration APIs to connectio... 24/1924/3
authorMadhu Venugopal <mavenugo@gmail.com>
Wed, 16 Oct 2013 10:08:48 +0000 (03:08 -0700)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 16 Oct 2013 20:42:03 +0000 (20:42 +0000)
commit99050b4a43221f1e82f2fb61bc4ea162c2c7e283
treed96e377c83addfb9630af3b1b80bb8c09fa48135
parent2468eb402ab9e5151d0b4127b12a1b29ed1fa3c4
Moving the connection manager NB-API from the network configuration APIs to connectionmanager API.
Also cleaned up these APIs as per the NBAPI conventions.

Change-Id: Ie633374210ce594d0df0b7a86f4fdc553ef64ade
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
opendaylight/connectionmanager/implementation/src/main/java/org/opendaylight/controller/connectionmanager/internal/ConnectionManager.java
opendaylight/distribution/opendaylight/pom.xml
opendaylight/northbound/connectionmanager/enunciate.xml [new file with mode: 0644]
opendaylight/northbound/connectionmanager/pom.xml [new file with mode: 0644]
opendaylight/northbound/connectionmanager/src/main/java/org/opendaylight/controller/connectionmanager/northbound/ConnectionManagerNorthbound.java [new file with mode: 0644]
opendaylight/northbound/connectionmanager/src/main/java/org/opendaylight/controller/connectionmanager/northbound/Nodes.java [new file with mode: 0644]
opendaylight/northbound/connectionmanager/src/main/resources/WEB-INF/web.xml [new file with mode: 0644]
opendaylight/northbound/networkconfiguration/bridgedomain/src/main/java/org/opendaylight/controller/networkconfig/bridgedomain/northbound/BridgeDomainNorthbound.java
pom.xml