From 2f90f9c043a5f11326bcc614f13905791d7ce9a5 Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Tue, 14 Sep 2021 10:38:11 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- openappstack/cluster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openappstack/cluster.py b/openappstack/cluster.py index 6caf135c8..960914624 100644 --- a/openappstack/cluster.py +++ b/openappstack/cluster.py @@ -35,7 +35,7 @@ DEFAULT_REGION = 'ams1' DEFAULT_DISK_SIZE_GB = 30 """Default amount of memory""" DEFAULT_MEMORY_SIZE_MB = 12288 -"""Default "image" (operating system): 19 = Debian bullseye-x64 """ +"""Default "image" (operating system): 26 = Debian bullseye-x64 """ DEFAULT_IMAGE = 26 -- GitLab