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.

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to