From cd73791be26db07a1629fdd9455470361b81a434 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 8 Apr 2014 19:25:41 +0200 Subject: [PATCH] BUG-509: make the tree-based datastore the default This patch switches the default datastore implementation to the tree-based one. Change-Id: Ibec4b2ba7f879bcd5a1c9676a59d9984cd7b4371 Signed-off-by: Robert Varga --- .../resources/configuration/initial/01-md-sal.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 1565283bd1..d928f8edfa 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 @@ -149,11 +149,11 @@ !!! IN-MEMORY DATASTORE !!! Remove this declaration and uncomment the following one to - activate the use of in-memory prototype in the BA world. + activate the use of legacy datastore in the BA world. --> - /modules/module[type='dom-broker-impl'][name='legacy-dom-broker'] - @@ -166,11 +166,11 @@ !!! IN-MEMORY DATASTORE !!! Remove this declaration and uncomment the following one to - activate the use of in-memory prototype in the BI world. + activate the use of legacy datastore in the BI world. --> - /modules/module[type='binding-data-broker'][name='legacy-binding-data-broker'] - -- 2.36.6