From c0c5533a2e4076cc5a2f7e3459a3badfaf1b1213 Mon Sep 17 00:00:00 2001 From: handreas <andreas.hamacher@monash.edu> Date: Wed, 11 Mar 2020 19:31:00 +0000 Subject: [PATCH] enabling loginnodes Former-commit-id: ab7f347d860c931e0b308292bbc73ab6de80f9ad --- 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 ca6c1f8b..52a58a08 100644 --- a/CICD/heat/gc_HOT.yaml +++ b/CICD/heat/gc_HOT.yaml @@ -170,7 +170,7 @@ resources: LoginNodes: type: "OS::Heat::ResourceGroup" properties: - count: 0 + count: 1 resource_def: type: "OS::Nova::Server" properties: -- GitLab