blob: d9be1a56d0e6314df6e2bb52885ed50a57facf82 [file] [log] [blame]
classes:
- system.salt.minion.cert.libvirtd
parameters:
_param:
nova_compute_libvirt_allowed_dn_list:
all:
enabled: true
value: '*CN=cmp*.${_param:cluster_domain}*'
nova:
compute:
libvirt:
uri: qemu+tls://${linux:system:name}.${_param:cluster_domain}/system
tls:
enabled: True
key_file: ${_param:libvirtd_server_ssl_key_file}
cert_file: ${_param:libvirtd_server_ssl_cert_file}
ca_file: ${_param:libvirtd_ssl_ca_file}
allowed_dn_list: ${_param:nova_compute_libvirt_allowed_dn_list}
client:
key_file: ${_param:libvirtd_client_ssl_key_file}
cert_file: ${_param:libvirtd_client_ssl_cert_file}