Skip to content

Commit

Permalink
The fixes enable the OVS and linuxbridge agenets to "keep alive" when…
Browse files Browse the repository at this point in the history
… the host running the server/plugin is down.

bugs 985470 and 985646

Change-Id: Ia7174c80a0760d27fe36fb6e7764e3abe32ae8a6
  • Loading branch information
Gary Kotton committed Jun 11, 2012
1 parent b226e0c commit ba72f9c
Show file tree
Hide file tree
Showing 6 changed files with 384 additions and 291 deletions.
6 changes: 4 additions & 2 deletions etc/quantum/plugins/linuxbridge/linuxbridge_conf.ini
Expand Up @@ -16,12 +16,14 @@ host = <hostname_or_IP_address_of_Quantum_server>
port = 3306

[LINUX_BRIDGE]
#this is the interface connected to the switch on your Quantum network
# This is the interface connected to the switch on your Quantum network
physical_interface = eth1

[AGENT]
#agent's polling interval in seconds
# Agent's polling interval in seconds
polling_interval = 2
# Agent's database reconnection interval in seconds - in event connectivity is lost
reconnect_interval = 2
# Change to "sudo quantum-rootwrap" to limit commands that can be run
# as root.
root_helper = sudo
4 changes: 4 additions & 0 deletions etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini
Expand Up @@ -32,6 +32,10 @@ integration-bridge = br-int
# local-ip = 10.0.0.3

[AGENT]
# Agent's polling interval in seconds
polling_interval = 2
# Agent's database reconnection interval in seconds - in event connectivity is lost
reconnect_interval = 2
# Change to "sudo quantum-rootwrap" to limit commands that can be run
# as root.
root_helper = sudo
Expand Down

0 comments on commit ba72f9c

Please sign in to comment.