From a472a35ca926bf4bc2fee85d7717537cd2bd4465 Mon Sep 17 00:00:00 2001 From: Mahesh Jethanandani Date: Fri, 8 Mar 2019 16:27:08 -0800 Subject: [PATCH] Fix for bug#213 --- src/yang/etsi-nfv-vnf.yang | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/yang/etsi-nfv-vnf.yang b/src/yang/etsi-nfv-vnf.yang index 112fe39..8a71124 100755 --- a/src/yang/etsi-nfv-vnf.yang +++ b/src/yang/etsi-nfv-vnf.yang @@ -1646,7 +1646,7 @@ submodule etsi-nfv-vnf { } } list scaling-info { - key "id"; + key "scaling-aspect-id"; description "The InstantiationLevel information element describes a given level of resources to be instantiated within a @@ -1655,7 +1655,8 @@ submodule etsi-nfv-vnf { reference "GS NFV IFA011: Section 7.1.8.7 InstantiationLevel information element"; - leaf id { + + leaf scaling-aspect-id { type leafref { path "../../../nfv:scaling-aspect/nfv:id"; } -- GitLab