
This configuration is required to connect VM to the virtual network using ethernet devices. Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
12 lines
307 B
Plaintext
12 lines
307 B
Plaintext
# Managed by Puppet
|
|
# Module cloud::compute::hypervisor
|
|
user = "root"
|
|
group = "root"
|
|
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",
|
|
]
|
|
clear_emulator_capabilities = 0
|