blob: 717d55e4eb8e65740a454eb4055a8dbed6ed9e7a [file] [log] [blame]
Oleksandr Shyshko2b883732018-07-11 18:00:58 +03001classes:
2- system.salt.minion.cert.vnc.novncproxy_client
3- system.salt.minion.cert.vnc.novncproxy_server
4parameters:
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}