Fixed indentation in grouping vm-flavor-name
[osm/IM.git] / models / yang / mano-types.yang
index b6350ae..26eb420 100644 (file)
@@ -202,7 +202,6 @@ module mano-types
              the same name as entered here.
             ";
       type string;
-      mandatory "true";
     }
 
     leaf image-checksum {
@@ -645,12 +644,12 @@ module mano-types
     }
   } //grouping vm-flavor
 
-       grouping vm-flavor-name {
-       leaf vm-flavor-name {
-               description "flavor name to be used while creating vm using cloud account";
-               type string;
-       }
-       }
+  grouping vm-flavor-name {
+    leaf vm-flavor-name {
+      description "flavor name to be used while creating vm using cloud account";
+      type string;
+    }
+  }
 
   grouping vswitch-epa {
     container vswitch-epa {