| Oleksandr Shyshko | ab68fe5 | 2018-06-15 18:30:14 +0300 | [diff] [blame] | 1 | classes: |
| 2 | - system.salt.minion.cert.vnc.novncproxy_client | ||||
| 3 | parameters: | ||||
| 4 | nova: | ||||
| 5 | controller: | ||||
| 6 | novncproxy: | ||||
| 7 | tls: | ||||
| 8 | enabled: True | ||||
| 9 | key_file: ${_param:novncproxy_client_ssl_key_file} | ||||
| 10 | cert_file: ${_param:novncproxy_client_ssl_cert_file} | ||||
| 11 | ca_file: ${_param:novncproxy_ssl_ca_file} | ||||
| 12 | all_file: ${_param:nova_websocketproxy_ssl_all_file} | ||||
| 13 | |||||