From: Yong Sheng Gong Date: Tue, 23 Jul 2013 03:09:45 +0000 (+0800) Subject: remove "get_agents" rule in policy.json X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=1c8e5f1d3bfd9ced27f0a314538db41e04bc874c;p=openstack-build%2Fneutron-build.git remove "get_agents" rule in policy.json Bug #1200933 keep the current API behaviour due to compatibility and leave list op authz in new API version. Change-Id: Ia0a9b8738fa8ffe913d2e2b1ef28232abb18340d --- diff --git a/etc/policy.json b/etc/policy.json index 2bf5aa6b9..1c8495fa0 100644 --- a/etc/policy.json +++ b/etc/policy.json @@ -69,7 +69,6 @@ "update_agent": "rule:admin_only", "delete_agent": "rule:admin_only", "get_agent": "rule:admin_only", - "get_agents": "rule:admin_only", "create_dhcp-network": "rule:admin_only", "delete_dhcp-network": "rule:admin_only",