1
0
mirror of https://github.com/gryf/openstack.git synced 2025-12-17 11:30:24 +01:00

Merge pull request #23 from PhearTheCeal/master

Add VBox support to workshop Vagrantfile.
This commit is contained in:
Jacob
2018-11-08 10:25:57 -08:00
committed by GitHub

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