classes: | |
- system.salt.minion.cert.vnc.novncproxy_client | |
parameters: | |
nova: | |
controller: | |
novncproxy: | |
tls: | |
enabled: True | |
key_file: ${_param:novncproxy_client_ssl_key_file} | |
cert_file: ${_param:novncproxy_client_ssl_cert_file} | |
ca_file: ${_param:novncproxy_ssl_ca_file} | |
all_file: ${_param:nova_websocketproxy_ssl_all_file} | |