X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsamples%2Fclustering-test-app%2Fmodel%2Fsrc%2Fmain%2Fyang%2Fodl-mdsal-lowlevel-control.yang;h=de8df737b8a674ce327049473f565a4ca20edd43;hp=dbd65d19aaf1adf47ecac8f1a50434bdf1c61700;hb=841d4041df1926cd2cab034533ad081cd4351ac7;hpb=4b9c14ba4a6e81c5bf499714082de77eafc60887 diff --git a/opendaylight/md-sal/samples/clustering-test-app/model/src/main/yang/odl-mdsal-lowlevel-control.yang b/opendaylight/md-sal/samples/clustering-test-app/model/src/main/yang/odl-mdsal-lowlevel-control.yang index dbd65d19aa..de8df737b8 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/model/src/main/yang/odl-mdsal-lowlevel-control.yang +++ b/opendaylight/md-sal/samples/clustering-test-app/model/src/main/yang/odl-mdsal-lowlevel-control.yang @@ -374,12 +374,9 @@ module odl-mdsal-lowlevel-control { to become Leader of the given shard (presumably the llt:list-ints one, created by produce-transactions) and return immediatelly."; input { - leaf shard-name { - description "TBD. - - FIXME: Ask Java implementation developer about the format needed."; + leaf prefix { mandatory true; - type string; + type instance-identifier; } } // No output.