diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/deploy-steps.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/deploy-steps.j2 b/common/deploy-steps.j2 index b798a67f..b36bb97a 100644 --- a/common/deploy-steps.j2 +++ b/common/deploy-steps.j2 @@ -244,7 +244,7 @@ resources: {% for step in range(1, deploy_steps_max) %} {{role.name}}Deployment_Step{{step}}: - type: OS::Heat::StructuredDeploymentGroup + type: OS::TripleO::DeploymentSteps depends_on: - WorkflowTasks_Step{{step}}_Execution # TODO(gfidente): the following if/else condition |