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:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -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'
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user