From 4945e2f4d321b31a0dec3ce0a53cf88fcbc41591 Mon Sep 17 00:00:00 2001 From: Javier Pena Date: Fri, 9 Oct 2015 12:01:57 +0200 Subject: 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 --- manifests/loadbalancer.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests') 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, } -- cgit 1.2.3-korg