Fix Connection manager to retrieve inventory when is up 76/976/1
authorGiovanni Meo <gmeo@cisco.com>
Thu, 22 Aug 2013 20:53:26 +0000 (22:53 +0200)
committerGiovanni Meo <gmeo@cisco.com>
Thu, 22 Aug 2013 20:53:26 +0000 (22:53 +0200)
commit4b8ee62fd8f0fd6fb9b1ffed543e08e989b543e0
treea54428e4857e0b815b763d580d1b5affd003ac2f
parentfcd28f3b8399eb304c92c52eb1a697f828630e1c
Fix Connection manager to retrieve inventory when is up

When ConnectionManager comes up, it's very much possible that may have
missed some inventory updates, so it needs to retrieve them to make
sure holes are covered, this is seen during integration test with the
stub protocol plugin, hence also make sure stub protocol plugin
provides the necessary hooks.

Change-Id: I41d5c71dd70aad909f7a75e0f596ec69a212400c
Signed-off-by: Giovanni Meo <gmeo@cisco.com>
opendaylight/connectionmanager/implementation/src/main/java/org/opendaylight/controller/connectionmanager/internal/Activator.java
opendaylight/connectionmanager/implementation/src/main/java/org/opendaylight/controller/connectionmanager/internal/ConnectionManager.java
opendaylight/protocol_plugins/stub/src/main/java/org/opendaylight/controller/protocol_plugins/stub/internal/Activator.java
opendaylight/protocol_plugins/stub/src/main/java/org/opendaylight/controller/protocol_plugins/stub/internal/InventoryService.java