From: Salvatore Date: Thu, 28 Aug 2014 13:39:10 +0000 (+0200) Subject: Remove old policies from policy.json X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=1cad794156c126095c9b9b4c8edb1d92a4e48f00;p=openstack-build%2Fneutron-build.git Remove old policies from policy.json They're confused, misleading, and most importantly unused. Change-Id: I22130ce3147617f8fb7baba7a50bada128d40e08 Closes-Bug: #1362618 --- diff --git a/etc/policy.json b/etc/policy.json index e132310aa..c5aec3b3e 100644 --- a/etc/policy.json +++ b/etc/policy.json @@ -9,11 +9,6 @@ "external": "field:networks:router:external=True", "default": "rule:admin_or_owner", - "subnets:private:read": "rule:admin_or_owner", - "subnets:private:write": "rule:admin_or_owner", - "subnets:shared:read": "rule:regular_user", - "subnets:shared:write": "rule:admin_only", - "create_subnet": "rule:admin_or_network_owner", "get_subnet": "rule:admin_or_owner or rule:shared", "update_subnet": "rule:admin_or_network_owner",