From ce30ffe01241f5ffb2e7bb860dfbcfac4795902c Mon Sep 17 00:00:00 2001 From: Rajesh Velandy Date: Mon, 25 Sep 2017 15:15:25 +0000 Subject: [PATCH] Fixed the vnfd-model which removed Adam's changes doing merge resolution Change-Id: I89c792103f3413c360069d4d8004d60acc4adb1a --- models/yang/vnfd-base.yang | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/models/yang/vnfd-base.yang b/models/yang/vnfd-base.yang index 5d76290..c2eae35 100644 --- a/models/yang/vnfd-base.yang +++ b/models/yang/vnfd-base.yang @@ -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. -- 2.17.1