Merge "Allocate 256MB of Ram for Ubuntu VMs"

This commit is contained in:
Zuul 2021-10-12 00:26:44 +00:00 committed by Gerrit Code Review
commit 93c7dbe22f
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ class UbuntuImageFixture(UbuntuMinimalImageFixture,
class UbuntuFlavorStackFixture(_nova.FlavorStackFixture):
ram = 128
ram = 256
swap = 512