Oleksandr Shyshko | 2b88373 | 2018-07-11 18:00:58 +0300 | [diff] [blame] | 1 | classes: |
2 | - system.salt.minion.cert.vnc.novncproxy_client | ||||
3 | - system.salt.minion.cert.vnc.novncproxy_server | ||||
4 | parameters: | ||||
5 | _param: | ||||
6 | nova_vnc_tls_enabled: true | ||||
7 | nova: | ||||
8 | controller: | ||||
9 | # Communication between noVNC proxy and client machine over TLS | ||||
10 | novncproxy: | ||||
11 | tls: | ||||
12 | enabled: ${_param:nova_vnc_tls_enabled} | ||||
13 | # Only for Queens. Communication between noVNC proxy service and QEMU | ||||
14 | vencrypt: | ||||
15 | tls: | ||||
16 | enabled: ${_param:nova_vnc_tls_enabled} |