ab33eeb2ee
Ensure that qemu instances can access /dev/vfio/vfio for connection to SR-IOV devices. Change-Id: Ib31e7a00eaf5a32e343a723de21866be2f0efc27 Closes-Bug: 1628677
14 lines
501 B
Plaintext
14 lines
501 B
Plaintext
###############################################################################
|
|
# [ WARNING ]
|
|
# Configuration file maintained by Juju. Local changes may be overwritten.
|
|
###############################################################################
|
|
|
|
# File installed by Juju nova-compute charm
|
|
cgroup_device_acl = [
|
|
"/dev/null", "/dev/full", "/dev/zero",
|
|
"/dev/random", "/dev/urandom",
|
|
"/dev/ptmx", "/dev/kvm", "/dev/kqemu",
|
|
"/dev/rtc", "/dev/hpet", "/dev/net/tun",
|
|
"/dev/vfio/vfio",
|
|
]
|