X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsamples%2Ftoaster-provider%2Fsrc%2Fmain%2Fyang%2Ftoaster-provider-impl.yang;h=17b0c8d0f0f9b3361ba4f15c8782bf8afb8828aa;hp=0be8874245d602e88f00359d0c95d9750e41ff15;hb=7f84a4ff3b4480ca4b8d056bd18ee98ed155aa65;hpb=e467b27c2487308a0e4b12f3565b6e1077e103e2 diff --git a/opendaylight/md-sal/samples/toaster-provider/src/main/yang/toaster-provider-impl.yang b/opendaylight/md-sal/samples/toaster-provider/src/main/yang/toaster-provider-impl.yang index 0be8874245..17b0c8d0f0 100644 --- a/opendaylight/md-sal/samples/toaster-provider/src/main/yang/toaster-provider-impl.yang +++ b/opendaylight/md-sal/samples/toaster-provider/src/main/yang/toaster-provider-impl.yang @@ -47,6 +47,14 @@ module toaster-provider-impl { } } + container data-broker { + uses config:service-ref { + refine type { + mandatory false; + config:required-identity mdsal:binding-data-broker; + } + } + } } } @@ -60,4 +68,4 @@ module toaster-provider-impl { } } -} \ No newline at end of file +}