KVM Wild VM list is empty

Hello Vlastimil,
Thank you so much! It’s helped me. I didn’t find anywhere this requirement.

Last question. I found following files:
[root@xen2 libvirt]# pwd
/etc/libvirt
[root@xen2 libvirt]# ls -l qemu.conf*
-rw-r–r--. 1 root root 60 Nov 11 20:34 qemu.conf
-rw-r–r-- 1 root root 26771 Nov 14 15:53 qemu.conf.orig
[root@xen2 libvirt]#

I suppose file qemu.conf was created by opennebula installation and according its content:
[root@xen2 libvirt]# cat ./qemu.conf
user = “oneadmin”
group = “oneadmin”
dynamic_ownership = 0
[root@xen2 libvirt]#

“oneadmin” only user can install and operate VM. I’ve changed “oneadmin” to “root” (privileged user). Now I’m interesting will this changes affect to entire opennebula’s work?