Remove TODO in libvirt script

This is no longer required when Kolla-Ansible is patched.

Note this is *not* safe to backport as it requires the user to
have Kolla-Ansible patched, i.e. would normally break most.

Change-Id: Ic5b9a58d212711a4d6c13822548c92013a6bae50
Related-Bug: #1681461
Depends-On: https://review.opendev.org/735441
This commit is contained in:
Radosław Piliszek 2020-07-16 20:00:50 +02:00
parent a807439bc5
commit d4b1ee126b
1 changed files with 0 additions and 8 deletions

View File

@ -1,13 +1,5 @@
#!/bin/bash
# TODO(SamYaple): Tweak libvirt.conf rather than change permissions.
# Fix permissions for libvirt
# Do not remove unless CentOS has been validated
if [[ -c /dev/kvm ]]; then
chmod 660 /dev/kvm
chown root:qemu /dev/kvm
fi
# Mount xenfs for libxl to work
if [[ $(lsmod | grep xenfs) ]]; then
mount -t xenfs xenfs /proc/xen