Replace DataStoreCache with DataObjectCache in itm-impl
[genius.git] / itm / itm-impl / src / main / resources / org / opendaylight / blueprint / itm.xml
index c7b66eea8760e92e5ad26f29df809b0f3b6f9c27..2ccfd003483cb16ae2b2e358a61e17053b81d2e9 100644 (file)
@@ -28,6 +28,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <reference id="jobCoordinator"
                interface="org.opendaylight.infrautils.jobcoordinator.JobCoordinator"/>
 
+    <reference id="cacheProvider"
+               interface="org.opendaylight.infrautils.caches.CacheProvider"/>
+
     <odl:rpc-implementation ref="itmManagerRpcService" />
 
     <odl:clustered-app-config id="itmConfig"
@@ -60,7 +63,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         </command>
         <command>
             <action class="org.opendaylight.genius.itm.cli.TepShowState">
-                <property name="itmProvider" ref="itmProvider" />
+                <argument ref="itmProvider" />
+                <argument ref="tunnelStateCache" />
             </action>
         </command>
         <command>