Use OSGi DS for MessageIntelligenceAgencyImpl
[openflowplugin.git] / openflowplugin-impl / src / main / resources / OSGI-INF / blueprint / openflowplugin-impl.xml
index ca06337d6e0bcdcc047fdf46cbd5186dda356f60..c4bf38f24d32fbcafa5097f2b8f8e71bdc163159 100644 (file)
@@ -21,6 +21,7 @@
     <argument ref="clusterSingletonServiceProvider"/>
     <argument ref="entityOwnershipService"/>
     <argument ref="mastershipChangeServiceManager"/>
+    <argument ref="messageIntelligenceAgency"/>
     <argument ref="diagStatusProvider"/>
     <argument ref="systemReadyMonitor"/>
   </bean>
@@ -74,4 +75,6 @@
              interface="org.opendaylight.infrautils.ready.SystemReadyMonitor"/>
   <reference id="mastershipChangeServiceManager"
              interface="org.opendaylight.openflowplugin.api.openflow.mastership.MastershipChangeServiceManager"/>
+  <reference id="messageIntelligenceAgency"
+             interface="org.opendaylight.openflowplugin.api.openflow.statistics.ofpspecific.MessageIntelligenceAgency"/>
 </blueprint>