]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
blueprint quantum-ovs-tunnel-agent
authorDave Lapsley <dlapsley@nicira.com>
Tue, 21 Feb 2012 07:41:14 +0000 (02:41 -0500)
committerDave Lapsley <dlapsley@nicira.com>
Thu, 23 Feb 2012 22:45:22 +0000 (17:45 -0500)
commitc812b9dc0345426cbff2a9085cc5acde885a8b1b
tree1b0fd8a4bee4ebd677b69fc08274d5dca14dd160
parenta945d1a30478c644d307c77a8a85f3a08e5a834e
blueprint quantum-ovs-tunnel-agent

Enhance existing Quantum OVS Plugin with a tunneling agent that
enables Hypervisors to be connected via GRE tunnels. The new agent
can be enabled/disabled via configuration file and provides backwards
compatibility with existing non-tunneling OVS Agent.

Change-Id: Id3b79430726b162fcb84f99df152d88a5766328f
etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini
quantum/plugins/openvswitch/agent/ovs_quantum_agent.py
quantum/plugins/openvswitch/ovs_quantum_plugin.py
quantum/plugins/openvswitch/run_tests.py [changed mode: 0644->0755]
quantum/plugins/openvswitch/tests/unit/remote-ip-file.txt [new file with mode: 0644]
quantum/plugins/openvswitch/tests/unit/test_tunnel.py [new file with mode: 0644]
tools/pip-requires