]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove database access from agents
authorGary Kotton <gkotton@redhat.com>
Mon, 15 Oct 2012 07:05:38 +0000 (07:05 +0000)
committerGary Kotton <gkotton@redhat.com>
Sun, 21 Oct 2012 23:28:02 +0000 (23:28 +0000)
commite77879b79d636a069bc0e85da56c5be934e6b1eb
treee086845eb28b509d209e14276ba660d0a2907558
parent84f74d1bff3b9d7c4f69c184aba54dceec02e9d6
Remove database access from agents

A flag on the agent and plugin would indicate that the agent could access
the database directly instead of using the RPC interface. This has been
removed.

Change-Id: I2f596a020f971e850f2c92b6597412523d006154
etc/quantum/plugins/linuxbridge/linuxbridge_conf.ini
quantum/plugins/linuxbridge/agent/linuxbridge_quantum_agent.py
quantum/plugins/linuxbridge/common/config.py
quantum/plugins/linuxbridge/lb_quantum_plugin.py
quantum/plugins/openvswitch/agent/ovs_quantum_agent.py
quantum/plugins/openvswitch/common/config.py
quantum/plugins/openvswitch/ovs_quantum_plugin.py
quantum/tests/unit/openvswitch/test_ovs_defaults.py
quantum/tests/unit/openvswitch/test_ovs_quantum_agent.py
quantum/tests/unit/openvswitch/test_ovs_tunnel.py