
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
# -- Welcome! You have come across a cloud computing network fabric controller. It has identified itself as "Quantum." It aims to tame your (cloud) networking! # -- External Resources: The homepage for Quantum is: http://launchpad.net/quantum . Use this site for downloading the latest code, asking for help, and filing bugs. The latest and most in-depth documentation on how to use Quantum is available at: http://docs.openstack.org . This includes: Quantum Administrator Guide http://docs.openstack.org/incubation/openstack-network/admin/content/ Quantum API Reference: http://docs.openstack.org/incubation/openstack-network/developer/quantum-api-1.0/content/ The start of some developer documentation is available at: http://wiki.openstack.org/QuantumDevelopment For help using or hacking on Quantum, you can send mail to netstack@lists.launchpad.net .
Description
Languages
Python
98.5%
Shell
1.5%