1
0
mirror of https://github.com/gryf/openstack.git synced 2026-05-03 23:00:54 +02:00

Add VBox support to workshop Vagrantfile.

This should allow MacOS users spin up a VM too.
This commit is contained in:
PTC
2018-11-08 10:16:22 -08:00
parent 74d2d0c31d
commit cb5a4268f3
+4
View File
@@ -10,4 +10,8 @@ Vagrant.configure("2") do |config|
v.cpus = 4
v.storage :file, :size => '40G'
end
config.vm.provider "virtualbox" do |v|
v.memory = 8192
v.cpus = 4
end
end