mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Default to kvm domain type
This commit is contained in:
5
example_box/Vagrantfile
vendored
5
example_box/Vagrantfile
vendored
@@ -33,10 +33,11 @@ Vagrant.configure("2") do |config|
|
||||
|
||||
# A hypervisor name to access. Different drivers can be specified, but
|
||||
# this version of provider creates KVM machines only. Some examples of
|
||||
# drivers are qemu (KVM/qemu), xen (Xen hypervisor), lxc (Linux Containers),
|
||||
# drivers are kvm (qemu hardware accelerated), qemu (qemu emulated),
|
||||
# xen (Xen hypervisor), lxc (Linux Containers),
|
||||
# esx (VMware ESX), vmwarews (VMware Workstation) and more. Refer to
|
||||
# documentation for available drivers (http://libvirt.org/drivers.html).
|
||||
libvirt.driver = "qemu"
|
||||
libvirt.driver = "kvm"
|
||||
|
||||
# The name of the server, where libvirtd is running.
|
||||
libvirt.host = "localhost"
|
||||
|
||||
Reference in New Issue
Block a user