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%2Fcar.yang;h=50df56f78cea88482211ed5960ebd2d91138143a;hp=14f12e4217f359a1c0dd1a0ef1e7acc8fbae2f98;hb=e0d230dfee7bcc7e384e2d8f933854ad449d441e;hpb=30cdcd430e09b46e2b9d523492742e009c1dc88e diff --git a/opendaylight/md-sal/samples/clustering-test-app/model/src/main/yang/car.yang b/opendaylight/md-sal/samples/clustering-test-app/model/src/main/yang/car.yang index 14f12e4217..50df56f78c 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/model/src/main/yang/car.yang +++ b/opendaylight/md-sal/samples/clustering-test-app/model/src/main/yang/car.yang @@ -128,4 +128,13 @@ module car { rpc unregister-logging-dtcls { description "Unregisters the logging DTCL(s) for the cars container."; } + + rpc register-commit-cohort { + description "Registers a sample commit cohort that validates car entry input."; + } + + rpc unregister-commit-cohort { + description "Unregisters the sample commit cohort."; + } + }