The *libvirt-daemon-driver-network* package provides support for managing virtual networks with libvirt. It is necessary in order to use managed networks in VM configuration, as opposed to directly specifying VM network interfaces in their domain configuration.
7 lines
131 B
YAML
7 lines
131 B
YAML
vmhost_required_packages:
|
|
- libvirt-daemon-driver-qemu
|
|
- libvirt-daemon-driver-network
|
|
- python3-libvirt
|
|
- python3-lxml
|
|
- qemu-kvm
|