Merge "Revert "nova-libvirt: fix kvm permission issue""

This commit is contained in:
Jenkins 2017-09-07 08:41:54 +00:00 committed by Gerrit Code Review
commit a26319b288

View File

@ -5,7 +5,7 @@
# Do not remove unless CentOS has been validated
if [[ -c /dev/kvm ]]; then
chmod 660 /dev/kvm
chown root:kvm /dev/kvm
chown root:qemu /dev/kvm
fi
# Mount xenfs for libxl to work