remove libvirtd.conf file

The libvirtd.conf file has never been used, and there already
have libvirtd.conf.j2 template in templates directory.

Change-Id: Ie297db1d7974f74abd01f4096ee900adb74199fa
This commit is contained in:
Xia Bing Yao 2015-08-15 09:19:37 -04:00
parent f2e85eb28e
commit a59368546c

View File

@ -1,10 +0,0 @@
# Managed by ansible
listen_tls = 0
listen_tcp = 1
unix_sock_group = "libvirtd"
unix_sock_ro_perms = "0777"
unix_sock_rw_perms = "0770"
auth_unix_ro = "none"
auth_unix_rw = "none"
auth_tcp = "none"