rel3 IM fixes - removed references to rw-pb and corrected config-primitive instead...
[osm/IM.git] / models / yang / vnfd-base.yang
index 5d76290..c2eae35 100644 (file)
@@ -160,7 +160,10 @@ module vnfd-base
         type string;
       }
 
-      uses manotypes:vca-configuration;
+
+      container vnf-configuration {
+        uses manotypes:vca-configuration;
+      }
 
       container mgmt-interface {
         description
@@ -365,6 +368,10 @@ module vnfd-base
 
         uses manotypes:image-properties;
 
+        container vdu-configuration {
+          uses manotypes:vca-configuration;
+        }
+
         choice cloud-init-input {
           description
             "Indicates how the contents of cloud-init script are provided.