Added a policy for retrieving the agent hosting a load balancer

LBaaS V2 needs a separate policy from V1 that will allow only an admin
to retrieve the agent hosting a particular load balancer.

Change-Id: Ida9c3ce15cf14431072d5505396bca11aa92b276
This commit is contained in:
Brandon Logan 2015-02-26 11:03:28 -06:00
parent 34a721fcc3
commit cab07742e2
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@
"get_loadbalancer-agent": "rule:admin_only",
"get_loadbalancer-pools": "rule:admin_only",
"get_agent-loadbalancers": "rule:admin_only",
"get_loadbalancer-hosting-agent": "rule:admin_only",
"create_floatingip": "rule:regular_user",
"create_floatingip:floating_ip_address": "rule:admin_only",