e80b44da08
We use tcp connection rather than socket so we can remove the config options related to it. Additionally adjust the _extremely_ verbose logging from INFO to WARNING. TrivialFix Change-Id: I88bf660134192f11732d012985df5c4f688419ba
7 lines
211 B
Django/Jinja
7 lines
211 B
Django/Jinja
listen_tcp = 1
|
|
auth_tcp = "none"
|
|
ca_file = ""
|
|
log_level = 3
|
|
log_outputs = "3:file:/var/log/libvirt/libvirtd.log"
|
|
listen_addr = "{{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}"
|