BUG:6058 - Currently the Operational Datastore does not get cleaned up and the switch
[openflowplugin.git] / applications / inventory-manager / src / main / java / org / opendaylight / openflowplugin / applications / inventory / manager / FlowCapableInventoryProvider.java
index c7dd08e20661128bdb59c65f7e167d59617c983c..afcf1fd4c244d8edf1147378121b660fc06cf4cc 100644 (file)
@@ -51,7 +51,8 @@ class FlowCapableInventoryProvider implements AutoCloseable, Runnable, Transacti
     }
 
     void start() {
-        final NodeChangeCommiter changeCommiter = new NodeChangeCommiter(FlowCapableInventoryProvider.this);
+        final NodeChangeCommiter changeCommiter = new NodeChangeCommiter(FlowCapableInventoryProvider.this, eos);
+        changeCommiter.init();
         this.listenerRegistration = this.notificationService.registerNotificationListener(changeCommiter);
 
         final NodeTablesFeatureCommitter nodeTablesFeatureCommitter =