From: Brandon Logan Date: Thu, 26 Feb 2015 17:03:28 +0000 (-0600) Subject: Added a policy for retrieving the agent hosting a load balancer X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=6ddd58a46b79a2451c37b84a288cc4a9cf1d18a4;p=openstack-build%2Fneutron-build.git 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 --- diff --git a/etc/policy.json b/etc/policy.json index 5e79783c5..8a43e695a 100644 --- a/etc/policy.json +++ b/etc/policy.json @@ -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",