Make create-parents in bulk-o-matic not required 06/58006/1
authorTomas Slusny <tomas.slusny@pantheon.tech>
Tue, 30 May 2017 07:40:54 +0000 (09:40 +0200)
committerTomas Slusny <tomas.slusny@pantheon.tech>
Tue, 30 May 2017 07:40:54 +0000 (09:40 +0200)
To make bulk-o-matic input working like before, make create-parents
to default to true to use original functionality with same input
as it was before patch that introduced this new flag.

Change-Id: I89ee7d299f0ade62bd6859209c537528e5728aa7
Signed-off-by: Tomas Slusny <tomas.slusny@pantheon.tech>
applications/bulk-o-matic/src/main/yang/sal-bulk-flow.yang

index 3eda3a0342bd1430af041fc255bb3b4b2a1ab37d..1915e8c760c7a3cd002c66a0cbb5dd5085045312 100644 (file)
@@ -77,6 +77,7 @@ module sal-bulk-flow {
             leaf create-parents {
                 type boolean;
                 mandatory true;
+                default true;
                 status current;
                 description "Create parents if doesn't exist";
             }