yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #03593
[Bug 1191623] Re: wrong log message in l3_rpc_agent_api
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1191623
Title:
wrong log message in l3_rpc_agent_api
Status in OpenStack Neutron (virtual network service):
Fix Released
Bug description:
The topic in the log message is wrong.
def _notification_fanout(self, context, method, router_id):
"""Fanout the deleted router to all L3 agents."""
LOG.debug(_('Fanout notify agent at %(topic)s the message '
'%(method)s on router %(router_id)s'),
{'topic': topics.DHCP_AGENT, <---------------------
'method': method,
'router_id': router_id})
self.fanout_cast(
context, self.make_msg(method,
router_id=router_id),
topic=topics.L3_AGENT)
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1191623/+subscriptions