Fixed bug 1176 wims Removed role permission tags

No routes present for wims. Hence wims:<any verb> 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 <saikiran.k@tataelxsi.co.in>
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
@@ -260,20 +260,6 @@
   "PATCH /admin/v1/sdns/<id>": "sdn_controllers:id:patch"
 
 ################################################################################
-##################################### WIMs #####################################
-################################################################################
-
-  "GET /admin/v1/wims": "wims:get"
-
-  "POST /admin/v1/wims": "wims:post"
-
-  "GET /admin/v1/wims/<id>": "wims:id:get"
-
-  "DELETE /admin/v1/wims/<id>": "wims:id:delete"
-
-  "PATCH /admin/v1/wims/<id>": "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 @@
         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