aboutsummaryrefslogtreecommitdiffstats
path: root/conf/02_vswitch.conf
diff options
context:
space:
mode:
authorChristian Trautman <ctrautma@redhat.com>2016-09-20 12:34:55 -0400
committerChristian Trautman <ctrautma@redhat.com>2016-10-03 10:39:52 -0400
commitaf5315b3e713d65256aea791da89dd74c90e4072 (patch)
tree2b359cad6cf701607f4b4561025cd22405be6b6d /conf/02_vswitch.conf
parent5b7cf3e52902ca12d2c61aaa34761454ee0e5bf9 (diff)
cmd_timeout: Add ovs command timeout configuration option
Adds option for configurable timeout for ovs commands. JIRA: VSPERF-396 Change-Id: Ie73dfea1a088a5c92bef705f1fe874ddeeaec5a7 Signed-off-by: Christian Trautman <ctrautma@redhat.com>
Diffstat (limited to 'conf/02_vswitch.conf')
-rw-r--r--conf/02_vswitch.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/02_vswitch.conf b/conf/02_vswitch.conf
index e504d3ad..f9b8f957 100644
--- a/conf/02_vswitch.conf
+++ b/conf/02_vswitch.conf
@@ -12,6 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+# OVS Command timeout for execution of commands.
+OVS_CMD_TIMEOUT = 10
+
# ############################
# DPDK configuration
# ############################