Vagrant.configure("2") do |config|
        config.vm.provider :libvirt do |libvirt|
          libvirt.disk_bus = 'sata'
        end
end
