Write failed node data on recovery to a file
[controller.git] / opendaylight / md-sal / samples / toaster-provider / src / main / yang / toaster-provider-impl.yang
index d6de5cfd17136d625a205b0b77122b2143c803fc..f978e49b47351187e09df0e1ea8f144ab5c14985 100644 (file)
@@ -8,6 +8,7 @@ module toaster-provider-impl {
     import config { prefix config; revision-date 2013-04-05; }
     import rpc-context { prefix rpcx; revision-date 2013-06-17; }
     import opendaylight-md-sal-binding { prefix mdsal; revision-date 2013-10-28; }
+    import opendaylight-sal-binding-broker-impl { prefix binding-impl; revision-date 2013-10-28; }
 
     description
         "This module contains the base YANG definitions for
@@ -44,7 +45,7 @@ module toaster-provider-impl {
                 uses config:service-ref {
                     refine type {
                         mandatory true;
-                        config:required-identity mdsal:binding-notification-service;
+                        config:required-identity binding-impl:binding-new-notification-publish-service;
                     }
                 }
             }
@@ -53,7 +54,7 @@ module toaster-provider-impl {
                 uses config:service-ref {
                     refine type {
                         mandatory false;
-                        config:required-identity mdsal:binding-data-broker;
+                        config:required-identity mdsal:binding-async-data-broker;
                     }
                 }
             }