kolla-ansible/ansible/roles/nova-cell/templates/99-kolla-kvm.rules.j2
Radosław Piliszek 202365e702 Make /dev/kvm permissions handling more robust
This makes use of udev rules to make it smarter and override
host-level packages settings.
Additionally, this masks Ubuntu-only service that is another
pain point in terms of /dev/kvm permissions.
Fingers crossed for no further surprises.

Change-Id: I61235b51e2e1325b8a9b4f85bf634f663c7ec3cc
Closes-bug: #1681461
2020-07-17 17:51:18 +00:00

5 lines
160 B
Django/Jinja

# Part of Kolla Ansible OpenStack Nova deployment.
# This ensures the /dev/kvm has proper permissions.
KERNEL=="kvm", GROUP="{{ qemu_user_gid }}", MODE="0660"