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
I am using the vagrant-qemu plugin to run QEMU boxes on macOS.
I'd like the ability to generate Vagrant boxes for this provider, such as the one below, but at present, qemu is not one of the allowable values for providers.
This fails on packer 1.9.2 with the following message:
Error: Failed preparing post-processor-block "vagrant" ""
on packer.pkr.hcl line 10:
(source code not available)
The given provider_override qemu is not valid. Please choose from one of docker,
digitalocean, azure, scaleway, libvirt, hyperv, parallels, google, lxc,
virtualbox, aws, vmware
The text was updated successfully, but these errors were encountered:
I am using the vagrant-qemu plugin to run QEMU boxes on macOS.
I'd like the ability to generate Vagrant boxes for this provider, such as the one below, but at present,
qemu
is not one of the allowable values for providers.This fails on packer 1.9.2 with the following message:
The text was updated successfully, but these errors were encountered: