]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Make timeout for ovs-vsctl configurable
authorSalvatore Orlando <salv.orlando@gmail.com>
Tue, 10 Dec 2013 12:20:26 +0000 (04:20 -0800)
committerSalvatore Orlando <salv.orlando@gmail.com>
Fri, 10 Jan 2014 22:31:02 +0000 (14:31 -0800)
commit4af2163bd41648d64cf1c3c838990737955d2133
treec58bbf467517fc5b02d91c68c6232554f2e63eaf
parent0432c80bbbc88aeeb6d6683ebe69bf205b5659dc
Make timeout for ovs-vsctl configurable

This patch adds a new configuration variable for the timeout on
ovs-vsctl commands, and sets the default timeout to 10 seconds.
This is aimed at allowing users to tune the agents in order to avoid
timeout errors on their deployments.

Change-Id: I73ea0d0de49a4b4a118bc2d68ad9c093ea122717
Closes-Bug: #1254520
etc/dhcp_agent.ini
etc/l3_agent.ini
neutron/agent/dhcp_agent.py
neutron/agent/l3_agent.py
neutron/agent/linux/ovs_lib.py
neutron/plugins/ryu/common/config.py
neutron/tests/unit/openvswitch/test_ovs_lib.py