Merge "Default DataBroker does not read subtrees from Mountpoint"
authorEd Warnicke <eaw@cisco.com>
Wed, 22 Jan 2014 13:28:42 +0000 (13:28 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 22 Jan 2014 13:28:42 +0000 (13:28 +0000)
opendaylight/md-sal/sal-dom-broker/src/main/java/org/opendaylight/controller/sal/dom/broker/MountPointManagerImpl.xtend

index 5d441bddbd0f23e263c452695da13afe9ecacc3e..c3bc88ed5e4acc55a85cc3829e743ed107150174 100644 (file)
@@ -35,8 +35,8 @@ class MountPointManagerImpl implements MountProvisionService {
     }
     
     def registerMountPoint(MountPointImpl impl) {
-        dataBroker?.registerConfigurationReader(impl.mountPath,impl.readWrapper);
-        dataBroker?.registerOperationalReader(impl.mountPath,impl.readWrapper);
+        //dataBroker?.registerConfigurationReader(impl.mountPath,impl.readWrapper);
+        //dataBroker?.registerOperationalReader(impl.mountPath,impl.readWrapper);
         
     }