From aba0982d125265ac1c85a9c58f2057e3a3ee803a Mon Sep 17 00:00:00 2001 From: chamarty Date: Mon, 16 Jan 2017 11:32:08 +0000 Subject: [PATCH] Fix key issue in NSD model Change-Id: Ib6d8fd921a6875dbaddee2e4f74604a8bbe207d0 Signed-off-by: chamarty --- models/plugins/yang/nsd.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.25.1