]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
blueprint agent-db-ha
authorGary Kotton <gkotton@redhat.com>
Tue, 24 Apr 2012 06:02:03 +0000 (02:02 -0400)
committerGary Kotton <gkotton@redhat.com>
Thu, 3 May 2012 18:45:16 +0000 (14:45 -0400)
commitbe45b704ac6fc39e9f934f886403a622c30803cb
treee0a3cd4070cc7e0293e3fac345a3ebb2b0b4109b
parent0c66ab456b859a25f33c762fc55be5a31598a30a
blueprint agent-db-ha
bug 985470
bug 985646

The fixes enable the OVS and linuxbridge agenets to "keep alive" when the host running the server/plugin is down.

Fixes after comments. Better logging

Fixes after comments - added reconnect interval + cleanup

Fixes after comments - simplify code + ovs intervals moved to configuration file

Fixes after comments - move int conversion to configuration

Fixes after comments - if one of the polling interval or reconnect interval are not
defined in the relevant ini files then a default value is used.

Fixes after comments and merges with HACKING.rst fixes

Fixes after port binding comments

Fixes after comments from gongysh

Fixes after comments - align comments in agent ini files

Fixes - revert some code

Change-Id: I9194f142478b130e8ef198b019539357a9916d7f
etc/quantum/plugins/linuxbridge/linuxbridge_conf.ini
etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini
quantum/plugins/linuxbridge/agent/linuxbridge_quantum_agent.py
quantum/plugins/linuxbridge/tests/unit/_test_linuxbridgeAgent.py
quantum/plugins/openvswitch/agent/ovs_quantum_agent.py
quantum/plugins/openvswitch/tests/unit/test_tunnel.py