projects
/
osm
/
IM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6ccaf7
)
Fixed the vnfd-model which removed Adam's changes doing merge resolution
94/2294/2
author
Rajesh Velandy
<rajesh.velandy@riftio.com>
Mon, 25 Sep 2017 15:15:25 +0000
(15:15 +0000)
committer
velandy
<rajesh.velandy@riftio.com>
Tue, 26 Sep 2017 14:10:38 +0000
(16:10 +0200)
Change-Id: I89c792103f3413c360069d4d8004d60acc4adb1a
models/yang/vnfd-base.yang
patch
|
blob
|
history
diff --git
a/models/yang/vnfd-base.yang
b/models/yang/vnfd-base.yang
index
5d76290
..
c2eae35
100644
(file)
--- 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.