d4686cebe5
Change-Id: I47273f6f8cf7325764d1786b87e032e9bd1aa046
10 lines
239 B
YAML
10 lines
239 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: libvirt-etc
|
|
data:
|
|
libvirtd.conf: |
|
|
unix_sock_group = "libvirtd"
|
|
unix_sock_ro_perms = "0777"
|
|
unix_sock_rw_perms = "0770"
|
|
log_outputs = "1:file:/var/log/libvirt/libvirtd.log" |