]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
RPC support for OVS Plugin and Agent
authorGary Kotton <gkotton@redhat.com>
Mon, 6 Aug 2012 11:45:34 +0000 (07:45 -0400)
committerGary Kotton <gkotton@redhat.com>
Mon, 13 Aug 2012 09:20:58 +0000 (05:20 -0400)
commit5c69013201e1ddc0dfa6faa38d3fa03263ec8977
tree43d00865a9303be315eb37c81a3c14bf0ac0c9c9
parentf01dafb01071a5285fd43e3905394cb1efbc8cb0
RPC support for OVS Plugin and Agent

blueprint scalable-agent-comms

This adds support for the OVS plugin.

Change-Id: I613de63f5c7f374be87520f32a2f7129d86ef109
12 files changed:
quantum/agent/linux/ovs_lib.py
quantum/agent/rpc.py
quantum/plugins/linuxbridge/agent/linuxbridge_quantum_agent.py
quantum/plugins/linuxbridge/tests/unit/test_rpcapi.py
quantum/plugins/openvswitch/agent/ovs_quantum_agent.py
quantum/plugins/openvswitch/common/config.py
quantum/plugins/openvswitch/ovs_db_v2.py
quantum/plugins/openvswitch/ovs_models_v2.py
quantum/plugins/openvswitch/ovs_quantum_plugin.py
quantum/plugins/openvswitch/tests/unit/test_rpcapi.py [new file with mode: 0644]
quantum/plugins/openvswitch/tests/unit/test_tunnel.py
tools/pip-requires