We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would be nice if the vagrant box could run in KVM for those of us running Linux.
I know on my host i have to stop KVM to get VirtualBox running.
Here's the snippet in my Vagrantfile that i edit after i clone st2vagrant
st2vagrant
st2.vm.box = "elastic/ubuntu-16.04-x86_64" st2.vm.provider :libvirt do |vb| vb.host = "#{hostname}" vb.memory = 2048 vb.cpus = 2 vb.uri = "qemu:///system" vb.storage_pool_name = "images" end
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Would be nice if the vagrant box could run in KVM for those of us running Linux.
I know on my host i have to stop KVM to get VirtualBox running.
Here's the snippet in my Vagrantfile that i edit after i clone
st2vagrant
The text was updated successfully, but these errors were encountered: