Revert "nova-libvirt: fix kvm permission issue"

This reverts commit 43650d5837.

This fix do not work with CentOS x86_64. Since I haven't arm64 env, and
we have fix this soon before pike is release. Just revert this and fix
in the future.

Change-Id: Id9eb531de7d05051f38e3ed13b64ae7abf552767
Partial-Bug: #1715356
This commit is contained in:
Jeffrey Zhang 2017-09-06 17:59:39 +08:00
parent fb69f126f8
commit e9929dae60
1 changed files with 1 additions and 1 deletions

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