Merge "BUG-509: make the tree-based datastore the default"
authorEd Warnicke <eaw@cisco.com>
Wed, 30 Apr 2014 12:12:33 +0000 (12:12 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 30 Apr 2014 12:12:33 +0000 (12:12 +0000)
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>