yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #03277
[Bug 1191623] Re: wrong log message in l3_rpc_agent_api
Sorry I filed a bug to a wrong project. It was intended.
** Changed in: oslo
Status: New => Invalid
** Project changed: oslo => quantum
** Changed in: quantum
Status: Invalid => New
** Changed in: quantum
Importance: Undecided => Low
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to quantum.
https://bugs.launchpad.net/bugs/1191623
Title:
wrong log message in l3_rpc_agent_api
Status in OpenStack Quantum (virtual network service):
In Progress
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/quantum/+bug/1191623/+subscriptions