diff --git a/src/yang/etsi-nfv-vnf.yang b/src/yang/etsi-nfv-vnf.yang index be22aa19fa9dd7294eaea0df27a1b022041e17e5..eebda704e424a89a2f8d835ba77a8c12eea5740f 100755 --- a/src/yang/etsi-nfv-vnf.yang +++ b/src/yang/etsi-nfv-vnf.yang @@ -2465,14 +2465,20 @@ submodule etsi-nfv-vnf { } list lifecycle-management-script { - key "event"; + key "id"; description "Includes a list of events and corresponding management scripts performed for the VNF."; reference "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; description "Describes VNF lifecycle event(s) or an external stimulus