From c1a4f8d810c4c472196ee17d28c449ef40ed91e8 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Mon, 17 Jul 2017 12:00:35 -0400 Subject: Set name property on missing deployments To be consistent with all other SoftwareDeployment's in tripleo-heat-templates, this sets the name property on the deployments where it was missing. Change-Id: I8bc062d2af93acead240bd5e473ea385b2bf6cf2 --- puppet/puppet-steps.j2 | 1 + 1 file changed, 1 insertion(+) (limited to 'puppet') diff --git a/puppet/puppet-steps.j2 b/puppet/puppet-steps.j2 index 55aa6856..025598bf 100644 --- a/puppet/puppet-steps.j2 +++ b/puppet/puppet-steps.j2 @@ -24,6 +24,7 @@ resources: {{role.name}}ArtifactsDeploy: type: OS::Heat::StructuredDeployments properties: + name: {{role.name}}ArtifactsDeploy servers: {get_param: [servers, {{role.name}}]} config: {get_resource: {{role.name}}ArtifactsConfig} -- cgit 1.2.3-korg