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:
@@ -10,4 +10,8 @@ Vagrant.configure("2") do |config|
|
|||||||
v.cpus = 4
|
v.cpus = 4
|
||||||
v.storage :file, :size => '40G'
|
v.storage :file, :size => '40G'
|
||||||
end
|
end
|
||||||
|
config.vm.provider "virtualbox" do |v|
|
||||||
|
v.memory = 8192
|
||||||
|
v.cpus = 4
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user