From cea9591384b32a78fd44bf26ea7129498be034d6 Mon Sep 17 00:00:00 2001 From: delacruzramo Date: Wed, 4 Dec 2019 12:54:49 +0100 Subject: [PATCH] Fix Bug 924: User is not allowed to upload NS Descriptors for project_user(role) Change-Id: I69eacd50ff9204d95db99a4211bfa7f100456629 Signed-off-by: delacruzramo --- osm_nbi/roles_to_operations.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osm_nbi/roles_to_operations.yml b/osm_nbi/roles_to_operations.yml index cdb99d6..d2a76e8 100644 --- a/osm_nbi/roles_to_operations.yml +++ b/osm_nbi/roles_to_operations.yml @@ -107,8 +107,8 @@ roles: force: false public: true set_project: true - vnf_packages: true - ns_descriptors: true + vnfds: true + nsds: true slice_templates: true ns_instances: true vnf_instances: true -- 2.17.1