BUG-509: make the tree-based datastore the default 77/5977/4
authorRobert Varga <rovarga@cisco.com>
Tue, 8 Apr 2014 17:25:41 +0000 (19:25 +0200)
committerRobert Varga <rovarga@cisco.com>
Tue, 29 Apr 2014 13:20:40 +0000 (13:20 +0000)
This patch switches the default datastore implementation to the
tree-based one.

Change-Id: Ibec4b2ba7f879bcd5a1c9676a59d9984cd7b4371
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/distribution/opendaylight/src/main/resources/configuration/initial/01-md-sal.xml

index 1565283bd156e2c332469e020172cb2cbfdcc770..d928f8edfa3211f55de5cbe5dfcabd3a2c7938ce 100644 (file)
                                  !!! 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.
                             -->
-                            <provider>/modules/module[type='dom-broker-impl'][name='legacy-dom-broker']</provider>
-                            <!--
                             <provider>/modules/module[type='dom-broker-impl'][name='inmemory-dom-broker']</provider>
+                            <!--
+                            <provider>/modules/module[type='dom-broker-impl'][name='legacy-dom-broker']</provider>
                             -->
                         </instance>
                     </service>
                                  !!! 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.
                             -->
-                            <provider>/modules/module[type='binding-data-broker'][name='legacy-binding-data-broker']</provider>
-                            <!--
                             <provider>/modules/module[type='binding-data-compatible-broker'][name='inmemory-binding-data-broker']</provider>
+                            <!--
+                            <provider>/modules/module[type='binding-data-broker'][name='legacy-binding-data-broker']</provider>
                             -->
                         </instance>
                     </service>