From f62b87a5743f78383604481cddf8ac933a9723a7 Mon Sep 17 00:00:00 2001 From: Manpreet Kaur Date: Wed, 9 Mar 2022 00:12:16 +0530 Subject: [PATCH] Update release notes of multi tenant policy in LCM This patch adds a known limitation that non-admin users cannot instantiate VNFs. Secondly, it should be noted in the feature description that the current implementation does not fix this issue. Implement: blueprint multi-tenant-policy Change-Id: I54570e989a6cf8bb5d19a023b3c50561ed7657db --- .../notes/support-multi-tenant-in-lcm-87c5d017c37c916f.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/releasenotes/notes/support-multi-tenant-in-lcm-87c5d017c37c916f.yaml b/releasenotes/notes/support-multi-tenant-in-lcm-87c5d017c37c916f.yaml index 4af22e6ac..6f03f394b 100644 --- a/releasenotes/notes/support-multi-tenant-in-lcm-87c5d017c37c916f.yaml +++ b/releasenotes/notes/support-multi-tenant-in-lcm-87c5d017c37c916f.yaml @@ -6,4 +6,8 @@ features: Virtualized Network Function Packages (VNF packages), and Virtualized Network Function Lifecycle Management Interface (VNF LCM) related to ETSI NFV-SOL based VNF management concerning tenants. Only allows VNF - instantiation by VIM of the same tenant. + instantiation by VIM of the same tenant. This feature does not address + the known issue of allowing non admin users to instantiate VNFs, it may + be addressed in a future release. +issues: + - A non admin user can not instantiate VNFs.