From 3cb18bbc89cef24b2daf4e264a83fa9ed2f7d0ac Mon Sep 17 00:00:00 2001 From: gecong1973 Date: Fri, 30 Sep 2016 14:51:20 +0800 Subject: Fix a typo in haproxy.pp TrivialFix Change-Id: Ibbd79ef0db6585e1eed2936bb9aa08c894d5af13 --- manifests/haproxy.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/haproxy.pp b/manifests/haproxy.pp index 6a81731..1fc0312 100644 --- a/manifests/haproxy.pp +++ b/manifests/haproxy.pp @@ -1007,7 +1007,7 @@ class tripleo::haproxy ( # NOTE(jaosorior): Websockets have more overhead in establishing # connections than regular HTTP connections. Also, since it begins # as an HTTP connection and then "upgrades" to a TCP connection, some - # timeouts get overriden by others at certain times of the connection. + # timeouts get overridden by others at certain times of the connection. # The following values were taken from the following site: # http://blog.haproxy.com/2012/11/07/websockets-load-balancing-with-haproxy/ 'timeout' => ['connect 5s', 'client 25s', 'server 25s', 'tunnel 3600s'], -- cgit 1.2.3-korg