Add a description to "rate" in the cars model
[controller.git] / opendaylight / md-sal / samples / clustering-test-app / model / src / main / yang / car.yang
index 2f6079a32f95b50f745b92e1bb0635bf04bfb339..35e82039a3233b3d0308af71c109b3fda88e8efe 100644 (file)
@@ -64,6 +64,10 @@ module car {
         input {
             leaf rate {
               type uint16;
+              description "The rate is a measure of the number of car-entry(s) added per second.
+                           Thus the rate is measured in terms of transactions per second.  The
+                           rate is not necessary achievable;  the controller may not keep up with
+                           the specified value.  In this instance, rate is considered maximum rate.";
             }
 
             leaf count {