Change count type in the cars model
[controller.git] / opendaylight / md-sal / samples / clustering-test-app / model / src / main / yang / car.yang
index 35e82039a3233b3d0308af71c109b3fda88e8efe..f8c2f5b88ccf839a3b38cbcff1637e1fe03e56c2 100644 (file)
@@ -71,7 +71,7 @@ module car {
             }
 
             leaf count {
-              type uint16;
+              type uint32;
               default 0;
               description "Number of cars to create. Zero implies unlimited cars; use
                            stop-stress-test rpc to stop the test.";