From cc6cf0c91b2175e7fd0c067c38c503ba61e11f58 Mon Sep 17 00:00:00 2001 From: Benjamin Bertrand <benjamin.bertrand@esss.se> Date: Mon, 4 Mar 2019 18:56:55 +0100 Subject: [PATCH] Update VIOC core choices --- app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings.py b/app/settings.py index 4704399..0587eb3 100644 --- a/app/settings.py +++ b/app/settings.py @@ -109,7 +109,7 @@ AWX_VM_CREATION_ENABLED = False VM_CORES_CHOICES = [1, 2, 4, 6, 8, 24] VM_MEMORY_CHOICES = [2, 4, 8, 16, 32, 128] VM_DISK_CHOICES = [15, 50, 100, 250] -VIOC_CORES_CHOICES = [1, 3, 6] +VIOC_CORES_CHOICES = [1, 2, 4] VIOC_MEMORY_CHOICES = [2, 4, 8] VIOC_DISK_CHOICES = [15, 50, 100, 250] -- GitLab