Revert "Add blueprint wiring for ShardedDOMDataTree" 02/53902/2
authorTomas Cere <tcere@cisco.com>
Mon, 27 Mar 2017 14:50:34 +0000 (16:50 +0200)
committerMartin Ciglan <mciglan@cisco.com>
Tue, 28 Mar 2017 10:39:08 +0000 (10:39 +0000)
We want users to go through the controller implementation
that wraps this one, so this one is no longer needed.
Remove this blueprint to prevent confusion and accidental wiring.

This reverts commit 6bff7756003eaf2c26a91627a424adffba38bc37.

Change-Id: I821b2689abfb2a6ef14c9102111f975d5daf2936
Signed-off-by: Tomas Cere <tcere@cisco.com>
dom/mdsal-dom-broker/src/main/resources/org/opendaylight/blueprint/sharded-dom-dataTree.xml [deleted file]

diff --git a/dom/mdsal-dom-broker/src/main/resources/org/opendaylight/blueprint/sharded-dom-dataTree.xml b/dom/mdsal-dom-broker/src/main/resources/org/opendaylight/blueprint/sharded-dom-dataTree.xml
deleted file mode 100644 (file)
index d73e406..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
-           xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
-           odl:restart-dependents-on-updates="true">
-
-  <bean id="shardedDOMDataTree" class="org.opendaylight.mdsal.dom.broker.ShardedDOMDataTree"/>
-
-  <service ref="shardedDOMDataTree" odl:type="default">
-    <interfaces>
-      <value>org.opendaylight.mdsal.dom.api.DOMDataTreeService</value>
-      <value>org.opendaylight.mdsal.dom.api.DOMDataTreeShardingService</value>
-    </interfaces>
-  </service>
-
-</blueprint>
\ No newline at end of file