From 3133250fe9345b56120bf770e06a7f31a1f20215 Mon Sep 17 00:00:00 2001 From: Oleg Bondarev Date: Wed, 29 May 2013 11:58:17 +0400 Subject: [PATCH] Add agent scheduling for LBaaS namespace agent - adds simple chance scheduling on create pool operation - adds PoolsLoadbalancerAgentBinding db table - adds lbaas_agentscheduler extension to list pools hosted by a particular agent and to get an agent hosting a particular pool - adds agent notifiers mapping to AgentSchedulerDbMixin to make it easier for services to add their agent notifiers to the core plugin Implements blueprint lbaas-agent-scheduler Change-Id: Id98649fd5c7873dcd5be1a2b117b8bed25f06cc2 --- etc/policy.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/policy.json b/etc/policy.json index b85384e9..2bf5aa6b 100644 --- a/etc/policy.json +++ b/etc/policy.json @@ -79,6 +79,8 @@ "get_l3-routers": "rule:admin_only", "get_dhcp-agents": "rule:admin_only", "get_l3-agents": "rule:admin_only", + "get_loadbalancer-agent": "rule:admin_only", + "get_loadbalancer-pools": "rule:admin_only", "create_router": "rule:regular_user", "get_router": "rule:admin_or_owner",