From 5b8428a7792b86997e8be63f94c3dd029dfa7f9b Mon Sep 17 00:00:00 2001 From: handreas <andreas.hamacher@monash.edu> Date: Sun, 12 Apr 2020 12:05:01 +0000 Subject: [PATCH] only one desktop Former-commit-id: a59e7f575cb22116775b67d5790b97e02d7dc72f --- CICD/heat/gc_HOT.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CICD/heat/gc_HOT.yaml b/CICD/heat/gc_HOT.yaml index 0b0a0038..24719dc5 100644 --- a/CICD/heat/gc_HOT.yaml +++ b/CICD/heat/gc_HOT.yaml @@ -276,7 +276,7 @@ resources: CentosDesktopNodes: type: "OS::Heat::ResourceGroup" properties: - count: 1 + count: 0 resource_def: type: "OS::Nova::Server" properties: -- GitLab