From: K Sai Kiran Date: Fri, 28 Aug 2020 08:58:27 +0000 (+0530) Subject: Fixed bug 1176 wims Removed role permission tags X-Git-Tag: release-v9.0-start~19 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=commitdiff_plain;h=f0f026a5e2dc5fefd2f7db81325838884c1274e8 Fixed bug 1176 wims Removed role permission tags No routes present for wims. Hence wims: is invalid role permission. wims does not have a route in valid url methods. Hence removed them. Change-Id: Ib90b55b74d7c485527415bc8683ebb88d5797b70 Signed-off-by: K Sai Kiran --- diff --git a/osm_nbi/resources_to_operations.yml b/osm_nbi/resources_to_operations.yml index 7520420..d6943f4 100644 --- a/osm_nbi/resources_to_operations.yml +++ b/osm_nbi/resources_to_operations.yml @@ -259,20 +259,6 @@ resources_to_operations: "PATCH /admin/v1/sdns/": "sdn_controllers:id:patch" -################################################################################ -##################################### WIMs ##################################### -################################################################################ - - "GET /admin/v1/wims": "wims:get" - - "POST /admin/v1/wims": "wims:post" - - "GET /admin/v1/wims/": "wims:id:get" - - "DELETE /admin/v1/wims/": "wims:id:delete" - - "PATCH /admin/v1/wims/": "wims:id:patch" - ################################################################################ ################################## WIM Accounts ################################ ################################################################################ diff --git a/osm_nbi/roles_to_operations.yml b/osm_nbi/roles_to_operations.yml index 78f4d08..57db10e 100644 --- a/osm_nbi/roles_to_operations.yml +++ b/osm_nbi/roles_to_operations.yml @@ -136,10 +136,6 @@ roles: k8srepos: true # OSM repos osmrepos: true - # WIMs - wims: false - wims:get: true - wims:id:get: true # WIM Accounts wim_accounts: false wim_accounts:get: true