mirror of
https://github.com/gryf/openstack.git
synced 2025-12-17 03:20:25 +01:00
Add VBox support to workshop Vagrantfile.
This should allow MacOS users spin up a VM too.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user