Please update the default cgroup_device_acl to include /dev/net/tun
Bug #1075610 reported by
James Page
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libvirt (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
In order to more easily support integration of libvirt with openvswitch in OpenStack Quantum environments, please could the default cgroup_device_acl be made to look something like this:
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",
]
Quantum does ovs fu using /dev/net/tun and by default libvirt blocks this from happening.
Changed in libvirt (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Medium |
To post a comment you must log in.