]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Bug #1004584
authorAaron Rosen <arosen@nicira.com>
Fri, 25 May 2012 22:20:55 +0000 (15:20 -0700)
committerAaron Rosen <arosen@nicira.com>
Fri, 25 May 2012 22:20:55 +0000 (15:20 -0700)
commit8713c4972dff08405930d675d822a018a5898790
treea733234e5b5048fecd2dc114a9055b7ded81d0f7
parent686982198c146e7c982da175532eeabbd6379a60
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
quantum/plugins/openvswitch/agent/ovs_quantum_agent.py