no attribute add_tun_br_flows_for_local_vlan

Bug #1004584 reported by Aaron Rosen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Fix Released
High
Aaron Rosen

Bug Description

When running ovs_quantum_agent in tunneling mode and a new tunnel_ip is added while an agent is running the following exception below occurs. This causes the agent to no longer function since it becomes caught in a loop.

ERROR:__main__:Main-loop Exception:
Traceback (most recent call last):
  File "ovs_quantum_agent.py", line 583, in daemon_loop
    self.manage_tunnels(tunnel_ips, old_tunnel_ips, db)
  File "ovs_quantum_agent.py", line 550, in manage_tunnels
    self.add_tun_br_flows_for_local_vlan(lv_obj)
AttributeError: 'OVSQuantumTunnelAgent' object has no attribute 'add_tun_br_flows_for_local_vlan'

Aaron Rosen (arosen)
Changed in quantum:
assignee: nobody → Aaron Rosen (arosen)
status: New → In Progress
assignee: Aaron Rosen (arosen) → nobody
assignee: nobody → Aaron Rosen (arosen)
assignee: Aaron Rosen (arosen) → nobody
assignee: nobody → Aaron Rosen (arosen)
dan wendlandt (danwent)
Changed in quantum:
importance: Undecided → High
milestone: none → folsom-2
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/7815

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to quantum (master)

Reviewed: https://review.openstack.org/7815
Committed: http://github.com/openstack/quantum/commit/8713c4972dff08405930d675d822a018a5898790
Submitter: Jenkins
Branch: master

commit 8713c4972dff08405930d675d822a018a5898790
Author: Aaron Rosen <email address hidden>
Date: Fri May 25 15:20:55 2012 -0700

    Bug #1004584

    When running ovs_quantum_agent in tunneling mode and a new tunnel_ip is added while
    an agent is running the following exception below occurs. This causes the agent to
    no longer function since it becomes caught in a loop.

    ERROR:__main__:Main-loop Exception:
    Traceback (most recent call last):
      File "ovs_quantum_agent.py", line 583, in daemon_loop
        self.manage_tunnels(tunnel_ips, old_tunnel_ips, db)
      File "ovs_quantum_agent.py", line 550, in manage_tunnels
        self.add_tun_br_flows_for_local_vlan(lv_obj)
    AttributeError: 'OVSQuantumTunnelAgent' object has no attribute 'add_tun_br_flows_for_local_vlan'

    Change-Id: Id03dc4a12a0114c8597cb90f4eabcdd3dc9b3f5c

Changed in quantum:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in quantum:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in quantum:
milestone: folsom-2 → 2012.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.