Merge "Add swap file to Ubuntu servers"

This commit is contained in:
Zuul 2020-11-24 15:03:48 +00:00 committed by Gerrit Code Review
commit 24cab9426b
1 changed files with 3 additions and 0 deletions

View File

@ -49,3 +49,6 @@ class UbuntuServerStackFixture(_nova.ServerStackFixture):
#: Flavor used to create a Nova server instance
flavor_stack = tobiko.required_setup_fixture(UbuntuFlavorStackFixture)
#: Setup SWAP file in bytes
swap_maxsize = 1 * 1024 * 1024 * 1024 # 1 GB