# Pastebin CKP4mxx5 rwellum@ubuntu1:~$ kubectl describe configmap nova-libvirt -n kolla Name: nova-libvirt Namespace: kolla Labels: Annotations: Data ==== config.json: ---- { "command": "/usr/sbin/libvirtd --listen", "config_files": [ { "source": "/var/lib/kolla/config_files/libvirtd.conf", "dest": "/etc/libvirt/libvirtd.conf", "owner": "root", "perm": "0644" }, { "source": "/var/lib/kolla/config_files/qemu.conf", "dest": "/etc/libvirt/qemu.conf", "owner": "root", "perm": "0644" } ] } libvirtd.conf: ---- listen_tcp = 1 auth_tcp = "none" ca_file = "" log_level = 3 log_outputs = "3:file:/var/log/kolla/libvirt/libvirtd.log" listen_addr = "0.0.0.0" qemu.conf: ---- stdio_handler = "file" # TODO: this workaround need to be fixed in Pike # libvirt-bin latest version which runs vms as libvirt-qemu user. # This locks access to nova created files for vms which have # permissions 722 for nova user. We need to force qemu to use this user # to be able to access vm files. # see https://bugs.launchpad.net/kolla-ansible/+bug/1668654 # see https://bugs.launchpad.net/kolla/+bug/1718541 user = "nova" group = "nova" Events: rwellum@ubuntu1:~$