diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-11-25 17:18:34 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-11-25 17:18:34 +0000 |
commit | dafdc1f4efde8c57a8c7160ae0162866496089dc (patch) | |
tree | 82e02fc1071603525b69e0b406ceeedd1a6bf153 | |
parent | ae595ce7731f2b286d4ffd280ed735b61d86b63c (diff) | |
parent | 4945e2f4d321b31a0dec3ce0a53cf88fcbc41591 (diff) |
Merge "Set tunnel timeout for nova_novncproxy"
-rw-r--r-- | manifests/loadbalancer.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/loadbalancer.pp b/manifests/loadbalancer.pp index 16a4f80..e34b01e 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, } |