]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
remove "get_agents" rule in policy.json
authorYong Sheng Gong <gongysh@unitedstack.com>
Tue, 23 Jul 2013 03:09:45 +0000 (11:09 +0800)
committerYong Sheng Gong <gongysh@unitedstack.com>
Tue, 23 Jul 2013 03:09:45 +0000 (11:09 +0800)
Bug #1200933

keep the current API behaviour due to compatibility
and leave list op authz in new API version.

Change-Id: Ia0a9b8738fa8ffe913d2e2b1ef28232abb18340d

etc/policy.json

index 2bf5aa6b96eb1452e029c35df67ee672d217e975..1c8495fa0e15e2be47389bd6be5b7d6c77e4c922 100644 (file)
@@ -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",