Remove dependency on RpcProviderRegistry 62/43462/2
authorSam Hague <shague@redhat.com>
Tue, 9 Aug 2016 00:37:27 +0000 (20:37 -0400)
committerSam Hague <shague@redhat.com>
Tue, 9 Aug 2016 12:01:27 +0000 (12:01 +0000)
Change-Id: I18161a598985f7c07c1bbc6d6a226788ff929033
Signed-off-by: Sam Hague <shague@redhat.com>
vpnservice/dhcpservice/dhcpservice-impl/src/main/resources/org/opendaylight/blueprint/dhcpservice-impl.xml

index 5bb30bcffe68ec709a35829ce46bf4a5a658bfc4..b7d1643f1258a946abe8c7387925846dc33120f8 100644 (file)
@@ -6,8 +6,9 @@
   <reference id="dataBroker"
     interface="org.opendaylight.controller.md.sal.binding.api.DataBroker"
     odl:type="default" />
-  <reference id="rpcRegistry"
-    interface="org.opendaylight.controller.sal.binding.api.RpcProviderRegistry" />
+  <!-- dhcpservice-impl fails to find the service below -->
+  <!--<reference id="rpcRegistry"
+    interface="org.opendaylight.controller.sal.binding.api.RpcProviderRegistry" />-->
   <reference id="entityOwnershipService"
     interface="org.opendaylight.controller.md.sal.common.api.clustering.EntityOwnershipService" />
   <reference id="mdsalUtils"