From e145ffe2392532101289660bd8ee82cec379ead3 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 8 Apr 2014 19:28:07 +0200 Subject: [PATCH] BUG-509: remove the key/value datastore This patch puts the legacy buggy datastore to rest. Change-Id: If87f8801fe6d370a9244ce8c2d9a586df1502285 Signed-off-by: Robert Varga --- .../configuration/initial/01-md-sal.xml | 60 ------------------- 1 file changed, 60 deletions(-) diff --git a/opendaylight/distribution/opendaylight/src/main/resources/configuration/initial/01-md-sal.xml b/opendaylight/distribution/opendaylight/src/main/resources/configuration/initial/01-md-sal.xml index d928f8edfa..d872bfd47b 100644 --- a/opendaylight/distribution/opendaylight/src/main/resources/configuration/initial/01-md-sal.xml +++ b/opendaylight/distribution/opendaylight/src/main/resources/configuration/initial/01-md-sal.xml @@ -36,40 +36,6 @@ - - - prefix:hash-map-data-store - hash-map-data-store - - - prefix:dom-broker-impl - legacy-dom-broker - - dom:dom-data-store - - hash-map-data-store - - - - - prefix:binding-data-broker - legacy-binding-data-broker - - dom:dom-broker-osgi-registry - dom-broker - - - binding:binding-dom-mapping-service - runtime-mapping-singleton - - - /modules/module[type='dom-broker-impl'][name='inmemory-dom-broker'] - @@ -162,26 +118,10 @@ binding:binding-data-broker binding-data-broker - /modules/module[type='binding-data-compatible-broker'][name='inmemory-binding-data-broker'] - - - dom:dom-data-store - - hash-map-data-store - /modules/module[type='hash-map-data-store'][name='hash-map-data-store'] - - dom:dom-async-data-broker -- 2.36.6