Fixed value of mandatory fields to be YANG compliant 36/8036/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 9 Oct 2019 13:00:15 +0000 (15:00 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 9 Oct 2019 13:00:15 +0000 (15:00 +0200)
Change-Id: Ib8d7d1ec015adfe73c9c39b4d00d97da9f431281
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
models/yang/mano-types.yang
models/yang/nsr.yang

index ada867d..a696550 100644 (file)
@@ -176,7 +176,7 @@ module mano-types
       description
           "Name of the configuration primitive.";
       type string;
-      mandatory "true";
+      mandatory true;
     }
 
     leaf user-defined-script {
index bce46e0..49a44e3 100644 (file)
@@ -189,7 +189,7 @@ module nsr
       description
           "Name of the primitive.";
       type string;
-      mandatory "true";
+      mandatory true;
     }
 
     leaf user-defined-script {