Merge "Remove the libvirt socket"

This commit is contained in:
Jenkins 2016-01-28 10:06:24 +00:00 committed by Gerrit Code Review
commit 4caf6fafca
1 changed files with 2 additions and 7 deletions

View File

@ -1,11 +1,6 @@
listen_tcp = 1
auth_tcp = "none"
ca_file = ""
log_level = 2
log_outputs = "2:file:/var/log/libvirt/libvirtd.log"
log_level = 3
log_outputs = "3:file:/var/log/libvirt/libvirtd.log"
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"