File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -409,6 +409,7 @@ nova_cell_bootstrap_extra_volumes: "{{ nova_extra_volumes }}"
409
409
# HAProxy
410
410
# ###################
411
411
haproxy_nova_serialconsole_proxy_tunnel_timeout : " 10m"
412
+ haproxy_nova_spicehtml5_proxy_tunnel_timeout : " 1h"
412
413
413
414
# ###################
414
415
# OpenStack
Original file line number Diff line number Diff line change 78
78
external : false
79
79
port : " {{ hostvars[groups[cell_proxy_group][0]]['nova_spicehtml5proxy_port'] }}"
80
80
listen_port : " {{ hostvars[groups[cell_proxy_group][0]]['nova_spicehtml5proxy_listen_port'] }}"
81
+ backend_http_extra :
82
+ - " timeout tunnel {{ haproxy_nova_spicehtml5_proxy_tunnel_timeout }}"
81
83
nova_spicehtml5proxy_external :
82
84
enabled : " {{ hostvars[groups[cell_proxy_group][0]]['nova_console'] == 'spice' }}"
83
85
mode : " http"
84
86
external : true
85
87
port : " {{ hostvars[groups[cell_proxy_group][0]]['nova_spicehtml5proxy_port'] }}"
86
88
listen_port : " {{ hostvars[groups[cell_proxy_group][0]]['nova_spicehtml5proxy_listen_port'] }}"
89
+ backend_http_extra :
90
+ - " timeout tunnel {{ haproxy_nova_spicehtml5_proxy_tunnel_timeout }}"
87
91
tags : always
88
92
89
93
- import_tasks : proxy_loadbalancer.yml
Original file line number Diff line number Diff line change
1
+ ---
2
+ features :
3
+ - |
4
+ Adds config parameter ``haproxy_nova_spicehtml5_proxy_tunnel_timeout``
5
+ to configure the ``Tunnel TimeOut`` directive for spicehtml5proxy
6
+ haproxy service.
7
+ fixes :
8
+ - |
9
+ Fixes an issue where spice console is freezed after while,
10
+ see `LP#1938549 <https://launchpad.net/bugs/1938549>`__.
You can’t perform that action at this time.
0 commit comments