Fixed the vnfd-model which removed Adam's changes doing merge resolution 94/2294/2
authorRajesh Velandy <rajesh.velandy@riftio.com>
Mon, 25 Sep 2017 15:15:25 +0000 (15:15 +0000)
committervelandy <rajesh.velandy@riftio.com>
Tue, 26 Sep 2017 14:10:38 +0000 (16:10 +0200)
Change-Id: I89c792103f3413c360069d4d8004d60acc4adb1a

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.