Added a generic API to return a list of configured switches that are not connected... 19/3419/7
authorPramila Singh <pramisin@cisco.com>
Tue, 3 Dec 2013 23:48:29 +0000 (15:48 -0800)
committerPramila Singh <pramisin@cisco.com>
Thu, 5 Dec 2013 00:07:53 +0000 (16:07 -0800)
commit594a785f45bd3cfa8046762fa6c2dad2615b7165
tree126020d3851e33af1e29300512aca33f26359d2b
parent0618d4956aba2a765a932bc3690db9db120244da
Added a generic API to return a list of configured switches that are not connected to the controller

Change-Id: Ide319117b4038f6f1d72fa8091d1015678be5a60
Signed-off-by: Pramila Singh <pramisin@cisco.com>
19 files changed:
opendaylight/clustering/integrationtest/pom.xml
opendaylight/commons/opendaylight/pom.xml
opendaylight/configuration/integrationtest/pom.xml
opendaylight/forwardingrulesmanager/integrationtest/pom.xml
opendaylight/hosttracker/integrationtest/pom.xml
opendaylight/northbound/integrationtest/pom.xml
opendaylight/protocol_plugins/openflow/pom.xml
opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/internal/InventoryService.java
opendaylight/sal/api/pom.xml
opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/inventory/IInventoryService.java
opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/inventory/IPluginInInventoryService.java
opendaylight/sal/implementation/pom.xml
opendaylight/sal/implementation/src/main/java/org/opendaylight/controller/sal/implementation/internal/Inventory.java
opendaylight/statisticsmanager/integrationtest/pom.xml
opendaylight/switchmanager/api/pom.xml
opendaylight/switchmanager/api/src/main/java/org/opendaylight/controller/switchmanager/ISwitchManager.java
opendaylight/switchmanager/implementation/pom.xml
opendaylight/switchmanager/implementation/src/main/java/org/opendaylight/controller/switchmanager/internal/SwitchManager.java
opendaylight/switchmanager/integrationtest/pom.xml