From 6ddd58a46b79a2451c37b84a288cc4a9cf1d18a4 Mon Sep 17 00:00:00 2001 From: Brandon Logan Date: Thu, 26 Feb 2015 11:03:28 -0600 Subject: [PATCH] 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 --- etc/policy.json | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/policy.json b/etc/policy.json index 5e79783c51c..8a43e695acd 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",