This Page

The quantum.api.rpc.agentnotifiers.l3_rpc_agent_api Module

class quantum.api.rpc.agentnotifiers.l3_rpc_agent_api.L3AgentNotifyAPI(topic='l3_agent')

Bases: quantum.openstack.common.rpc.proxy.RpcProxy

API for plugin to notify L3 agent.

BASE_RPC_API_VERSION = '1.0'
agent_updated(context, admin_state_up, host)
router_added_to_agent(context, routers, host)
router_deleted(context, router_id)
router_removed_from_agent(context, router_id, host)
routers_updated(context, routers, operation=None, data=None)