Commit b9932cee authored by jethanandani's avatar jethanandani
Browse files

Merge branch 'bug#218' into 'master'

Fix for bug#218

See merge request !32
parents 1ca8231f 003d3b1e
Pipeline #503 passed with stage
in 0 seconds
...@@ -2465,14 +2465,20 @@ submodule etsi-nfv-vnf { ...@@ -2465,14 +2465,20 @@ submodule etsi-nfv-vnf {
} }
list lifecycle-management-script { list lifecycle-management-script {
key "event"; key "id";
description description
"Includes a list of events and corresponding management "Includes a list of events and corresponding management
scripts performed for the VNF."; scripts performed for the VNF.";
reference reference
"GS NFV IFA011: Section 7.1.2 VNFD information element"; "GS NFV IFA011: Section 7.1.2 VNFD information element";
leaf event { leaf id {
type string;
description
"A unique string that identfies the script in question.";
}
leaf-list event {
type internal-lifecycle-management-script-event; type internal-lifecycle-management-script-event;
description description
"Describes VNF lifecycle event(s) or an external stimulus "Describes VNF lifecycle event(s) or an external stimulus
......
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