diff --git a/post-processor/vagrant/libvirt.go b/post-processor/vagrant/libvirt.go index c20e8473b..60e274a57 100644 --- a/post-processor/vagrant/libvirt.go +++ b/post-processor/vagrant/libvirt.go @@ -39,7 +39,7 @@ func (p *LibVirtProvider) Process(ui packer.Ui, artifact packer.Artifact, dir st // Convert domain type to libvirt driver var driver string switch domainType { - case "none", "tcg": + case "none", "tcg", "hvf": driver = "qemu" case "kvm": driver = domainType