Commit 3675c8a8 authored by ppree's avatar ppree
Browse files

Issue#25 FEAT02 add identifier ChangeCurrentVnfPackageOpConfig and fix cardinality



Signed-off-by: ppree's avatarPreethika <preethika.p@tataelxsi.co.in>
parent 48fd1d37
Pipeline #5829 passed with stage
in 0 seconds
......@@ -2473,7 +2473,8 @@ submodule etsi-nfv-vnf {
}
}
container change-current-vnf-package-op-config {
list change-current-vnf-package-op-config {
key "id";
description
"Configuration parameters for the
ChangeCurrentVnfPackageOpConfig operation.";
......@@ -2481,6 +2482,16 @@ submodule etsi-nfv-vnf {
"GS NFV IFA011: Section 7.1.5.2
VnfLcmOperationsConfiguration information element";
leaf id {
type string;
description
"Identifier of this parameter set for later referencing.";
reference
"GS NFV IFA011: Section 7.1.5.13
ChangeCurrentVnfPackageOpConfig information
element";
}
list parameter {
key "key";
......@@ -3407,7 +3418,7 @@ submodule etsi-nfv-vnf {
leaf additional-params-id {
type leafref {
path "../../df/lcm-operations-configuration/" +
"change-current-vnf-package-op-config/parameter/key";
"change-current-vnf-package-op-config/id";
}
description
"References the ChangeCurrentVnfPackageOpConfig information
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment