diff --git a/dragonflow/neutron/services/l3_router_plugin.py b/dragonflow/neutron/services/l3_router_plugin.py index a5629d420..af3ac012f 100644 --- a/dragonflow/neutron/services/l3_router_plugin.py +++ b/dragonflow/neutron/services/l3_router_plugin.py @@ -95,9 +95,9 @@ class DFL3AgentlessRouterPlugin(service_base.ServicePluginBase, def _start_rpc_notifiers(self): """Initialization RPC notifiers for agents""" - self.agent_notifiers[const.AGENT_TYPE_L3] = { + self.agent_notifiers[const.AGENT_TYPE_L3] = ( l3_rpc_agent_api.L3AgentNotifyAPI() - } + ) def start_rpc_listeners(self): self.topic = topics.L3PLUGIN