Merge "Remove the libvirt socket"
This commit is contained in:
@@ -1,11 +1,6 @@
|
|||||||
listen_tcp = 1
|
listen_tcp = 1
|
||||||
auth_tcp = "none"
|
auth_tcp = "none"
|
||||||
ca_file = ""
|
ca_file = ""
|
||||||
log_level = 2
|
log_level = 3
|
||||||
log_outputs = "2:file:/var/log/libvirt/libvirtd.log"
|
log_outputs = "3:file:/var/log/libvirt/libvirtd.log"
|
||||||
listen_addr = "{{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}"
|
listen_addr = "{{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}"
|
||||||
unix_sock_group = "nova"
|
|
||||||
unix_sock_ro_perms = "0777"
|
|
||||||
unix_sock_rw_perms = "0770"
|
|
||||||
auth_unix_ro = "none"
|
|
||||||
auth_unix_rw = "none"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user