wrong log message in l3_rpc_agent_api

Bug #1191623 reported by Akihiro Motoki
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Fix Released
Low
Akihiro Motoki

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)

Tags: l3-ipam-dhcp
Revision history for this message
Akihiro Motoki (amotoki) wrote :

Sorry I filed a bug to a wrong project. It was intended.

Changed in oslo:
status: New → Invalid
affects: oslo → quantum
Changed in quantum:
status: Invalid → New
importance: Undecided → Low
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to quantum (master)

Fix proposed to branch: master
Review: https://review.openstack.org/33218

Changed in quantum:
assignee: nobody → Akihiro Motoki (amotoki)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to quantum (master)

Reviewed: https://review.openstack.org/33218
Committed: http://github.com/openstack/quantum/commit/0b2d1ac2356b250054f993a7eab30107a08bb3ea
Submitter: Jenkins
Branch: master

commit 0b2d1ac2356b250054f993a7eab30107a08bb3ea
Author: Akihiro MOTOKI <email address hidden>
Date: Sun Jun 16 16:45:56 2013 +0900

    Correct log message in l3_rpc_agent_api

    Fixes bug #1191623

    Change-Id: Ib692a62d6f557ab9a50da1d888e291e3e24871fb

Changed in quantum:
status: In Progress → Fix Committed
tags: added: l3-ipam-dhcp
Changed in quantum:
milestone: none → havana-2
Thierry Carrez (ttx)
Changed in neutron:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in neutron:
milestone: havana-2 → 2013.2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.