]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
RPC support for Linux Bridge Plugin and Agent
authorGary Kotton <gkotton@redhat.com>
Tue, 10 Jul 2012 15:28:08 +0000 (11:28 -0400)
committerGary Kotton <gkotton@redhat.com>
Wed, 8 Aug 2012 14:09:47 +0000 (10:09 -0400)
commitdea9ecf4b2ab31baef56a5d80d157ab8b539bd57
treeca2ae8062d0d87394edb5bbafcda8312c2448da5
parentde1d7d953772e3667c75caacd8a44f7026f88228
RPC support for Linux Bridge Plugin and Agent

blueprint scalable-agent-comms

This is the first stage of the blueprint. This adds support to the linux bridge
plugin.

The development followed the design described in:
https://docs.google.com/document/d/1MbcBA2Os4b98ybdgAw2qe_68R1NG6KMh8zdZKgOlpvg/edit?pli=1

Change-Id: I4004c05a63ce49f020c2016c8763e73238b465a7
19 files changed:
bin/quantum-server
etc/quantum.conf
etc/quantum/plugins/linuxbridge/linuxbridge_conf.ini
quantum/agent/linux/utils.py
quantum/agent/rpc.py [new file with mode: 0644]
quantum/common/topics.py [new file with mode: 0644]
quantum/openstack/common/cfg.py
quantum/openstack/common/exception.py
quantum/openstack/common/log.py
quantum/openstack/common/rpc/common.py
quantum/openstack/common/rpc/impl_qpid.py
quantum/openstack/common/timeutils.py
quantum/plugins/linuxbridge/agent/linuxbridge_quantum_agent.py
quantum/plugins/linuxbridge/common/config.py
quantum/plugins/linuxbridge/db/l2network_db.py
quantum/plugins/linuxbridge/lb_quantum_plugin.py
quantum/plugins/linuxbridge/tests/unit/_test_linuxbridgeAgent.py
quantum/plugins/linuxbridge/tests/unit/test_rpcapi.py [new file with mode: 0644]
tools/pip-requires