Fix key issue in NSD model
[osm/SO.git] / models / plugins / yang / vnfd.yang
index 9f6a832..3fa141f 100644 (file)
@@ -70,7 +70,6 @@ module vnfd
     leaf port-security-enabled {
       description "Enables the port security for the port";
       type boolean;
-      default true;
     }
   }
 
@@ -266,7 +265,6 @@ module vnfd
           type uint64;
         }
 
-
         list internal-connection-point {
           key "id-ref";
           description "List of internal connection points in this VLD";
@@ -387,7 +385,7 @@ module vnfd
           }
         }
 
-        uses manotypes:custom-boot-data;
+        uses manotypes:supplemental-boot-data;
 
         list internal-connection-point {
           key "id";