From: chamarty Date: Mon, 16 Jan 2017 11:32:08 +0000 (+0000) Subject: Fix key issue in NSD model X-Git-Tag: v1.1.0~21 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=inline;h=aba0982d125265ac1c85a9c58f2057e3a3ee803a;hp=-c;p=osm%2FSO.git Fix key issue in NSD model Change-Id: Ib6d8fd921a6875dbaddee2e4f74604a8bbe207d0 Signed-off-by: chamarty --- aba0982d125265ac1c85a9c58f2057e3a3ee803a diff --git a/models/plugins/yang/nsd.yang b/models/plugins/yang/nsd.yang index 2e32c6c4..3d08627c 100644 --- a/models/plugins/yang/nsd.yang +++ b/models/plugins/yang/nsd.yang @@ -251,7 +251,7 @@ module nsd list vnfd-connection-point-ref { description "A list of references to connection points."; - key "member-vnf-index-ref"; + key "member-vnf-index-ref vnfd-connection-point-ref"; leaf member-vnf-index-ref { description "Reference to member-vnf within constituent-vnfds";