f62b87a574
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
14 lines
633 B
YAML
14 lines
633 B
YAML
---
|
|
features:
|
|
- |
|
|
Support multi-tenant policy in VNF Lifecycle Management. The feature
|
|
separates resources such as Virtualized Infrastructure Managers(VIMs),
|
|
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. 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.
|