Clean up READMEs and broken stuff.

Move all support for clouds that are broken with this change into an `icebox` directory.  We'll move that stuff back out as we fix it up.
This commit is contained in:
Joe Beda
2014-10-01 16:17:51 -07:00
parent 29e42991c2
commit 38d5906044
49 changed files with 118 additions and 139 deletions

4
Vagrantfile vendored
View File

@@ -38,8 +38,8 @@ else # sorry Windows folks, I can't help you
$vm_cpus = 2
end
# Give VM 1024 of RAM
$vm_mem = 1024
# Give VM 512MB of RAM
$vm_mem = 512
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|