update compute2 to 12GB

this is to work around the fact that VMs do not seem to deallocate
corretly on redhat.
This commit is contained in:
Dan Bode
2013-03-06 14:05:44 -08:00
parent 3d5e0f8ca6
commit 1bb694defe

2
Vagrantfile vendored
View File

@@ -44,7 +44,7 @@ Vagrant::Config.run do |config|
# intended to be used for tempest tests
{'compute2' =>
{
'memory' => 8000,
'memory' => 12000,
'ip1' => '172.16.0.14'
}
},