From: Javier Pena Date: Fri, 9 Oct 2015 10:01:57 +0000 (+0200) Subject: Set tunnel timeout for nova_novncproxy X-Git-Tag: opnfv-6.0.0~831^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=4945e2f4d321b31a0dec3ce0a53cf88fcbc41591;p=apex-puppet-tripleo.git Set tunnel timeout for nova_novncproxy When using websockets in HAProxy, like nova_novncproxy does, we need to set "timeout tunnel" to avoid disconnections after a short period without traffic. Change-Id: I1b66cd9a1d20cbbe35a2ada5782a76a01b14bcd1 Closes-BZ: 1267043 --- diff --git a/manifests/loadbalancer.pp b/manifests/loadbalancer.pp index ed2a629..3119003 100644 --- a/manifests/loadbalancer.pp +++ b/manifests/loadbalancer.pp @@ -814,6 +814,7 @@ class tripleo::loadbalancer ( bind => $nova_novnc_bind_opts, options => { 'balance' => 'source', + 'timeout' => [ 'tunnel 1h' ], }, collect_exported => false, }