Merge "Bug 1773: Use new Binding Notification Broker by default." into stable/lithium
authorEd Warnicke <hagbard@gmail.com>
Tue, 5 May 2015 15:15:17 +0000 (15:15 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 5 May 2015 15:15:17 +0000 (15:15 +0000)
opendaylight/md-sal/md-sal-config/src/main/resources/initial/01-md-sal.xml

index 71c4850748ed968dc689a70ecb0650bede42ff45..0176523b8646592149e97d62731bc3796afe8999 100644 (file)
                 <module>
                     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">prefix:binding-notification-broker</type>
                     <name>binding-notification-broker</name>
+                    <notification-adapter xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">
+                         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">prefix:binding-new-notification-service</type>
+                         <name>binding-notification-adapter</name>
+                    </notification-adapter>
+                    <notification-publish-adapter xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">
+                         <type  xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">prefix:binding-new-notification-publish-service</type>
+                         <name>binding-notification-publish-adapter</name>
+                    </notification-publish-adapter>
                 </module>
                 <module>
                     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">prefix:binding-broker-impl</type>