yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #03276
[Bug 1191623] [NEW] wrong log message in l3_rpc_agent_api
You have been subscribed to a public bug:
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)
** Affects: quantum
Importance: Undecided
Status: Invalid
--
wrong log message in l3_rpc_agent_api
https://bugs.launchpad.net/bugs/1191623
You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to quantum.