Recent regressions in the code base removed permission setting of
/dev/kvm to root:kvm 660 permissions which are default for CentOS's
version of libvirt.
Also Libvirt must be able to read its cnofiguration file, which was
previously 600 root:root. Now its 644 root:root so its always readable.
This is fine, since this file doesn't contain any secret information.
Reviewed: https:/ /review. openstack. org/228790 /git.openstack. org/cgit/ openstack/ kolla/commit/ ?id=655d88e3a10 54b61d9ede8b99c 5ee95f11948227
Committed: https:/
Submitter: Jenkins
Branch: master
commit 655d88e3a1054b6 1d9ede8b99c5ee9 5f11948227
Author: Steven Dake <email address hidden>
Date: Tue Sep 29 01:37:35 2015 -0700
Make libvirt function on CentOS
Recent regressions in the code base removed permission setting of
/dev/kvm to root:kvm 660 permissions which are default for CentOS's
version of libvirt.
Also Libvirt must be able to read its cnofiguration file, which was
previously 600 root:root. Now its 644 root:root so its always readable.
This is fine, since this file doesn't contain any secret information.
Change-Id: Id87cf5da8e37bc 5bb613ce919d029 3803d0fe5ed
Closes-Bug: #1500733