You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TF_USE_QEMU_AGENT variable is deprecated and replaced by a domain property qemu_agent.
Because variables can be interpolated into properties, and variables can be passed via environment variables, the old behavior can be emulated.
Volumes/Disk/Storage
Automatic disk driver selection based on volume format and automatic volume format detection(676b5a3)
Networking
dhcp paramater is an optional parameter now, disabled by default. (#385)
DNS forwarders were reworked. localonly option was added to libvirt-network (7651ee5)
A datasource called libvirt_network_dns_hosts_template can be used to populate the dns_host attribute in libvirt_network resources. (a4d0ba6)
General improvements
Acceptance tests are now idempotent (no dependency between resource of various tests), which avoids cascade failures. (several PRs and commits)