From 071cd7467cc6a842c561debdf09e9e0bc1d915c8 Mon Sep 17 00:00:00 2001 From: Martin <Martikei@stud.ntnu.no> Date: Fri, 20 May 2022 00:13:20 +0200 Subject: [PATCH] kommentarer --- source/orchestrationLogic/HEAT/project.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/orchestrationLogic/HEAT/project.yaml b/source/orchestrationLogic/HEAT/project.yaml index e1e25e25..be216109 100644 --- a/source/orchestrationLogic/HEAT/project.yaml +++ b/source/orchestrationLogic/HEAT/project.yaml @@ -70,6 +70,8 @@ resources: project_name: { get_param: project_name } heat_network_subnet: { get_attr: [ base, resource.heat_network_subnet ] } + # This solution was inspired from Lars Erik Pedersens (NTNU IT-Division) + # proposal clients: type: OS::Heat::ResourceGroup properties: -- GitLab