Skip to content

Commit

Permalink
Force kvm usage in Vagrant templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Dec 2, 2018
1 parent 71ff2b1 commit d6707e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile-linux.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Vagrant.configure("2") do |config|
config.vm.provider :libvirt do |libvirt, override|
libvirt.driver = "kvm"
libvirt.disk_bus = "virtio"
libvirt.nic_model_type = "virtio"
libvirt.video_type = "qxl"
Expand Down
1 change: 1 addition & 0 deletions Vagrantfile-windows.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Vagrant.configure("2") do |config|
config.vm.provider :libvirt do |libvirt, override|
libvirt.driver = "kvm"
libvirt.disk_bus = "virtio"
libvirt.nic_model_type = "virtio"
libvirt.video_type = "qxl"
Expand Down

0 comments on commit d6707e9

Please sign in to comment.