24427735da
Existing defaults are setup for tcp, and set ca_file to an empty string. 'If you set this to an empty string, then no trusted CA certificate is loaded.' libvirt may complain 'unsupported configuration: No server certificate path set to match server key', as such tls should also be explicitly set to 0. Change-Id: I49c64808cb236dab1d9fa2e699d0a2f2fc54cc99
8 lines
178 B
Django/Jinja
8 lines
178 B
Django/Jinja
listen_tcp = 1
|
|
listen_tls = 0
|
|
auth_tcp = "none"
|
|
ca_file = ""
|
|
log_level = 3
|
|
log_outputs = "3:file:/var/log/kolla/libvirt/libvirtd.log"
|
|
listen_addr = "{{ api_interface_address }}"
|