Merge "Fix hardcoded dependency for ExtraConfigPost."

This commit is contained in:
Zuul 2018-02-13 16:39:36 +00:00 committed by Gerrit Code Review
commit c4bd454739
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ resources:
{{role.name}}ExtraConfigPost:
depends_on:
{%- for dep in enabled_roles %}
- {{dep.name}}Deployment_Step5
- {{dep.name}}Deployment_Step{{deploy_steps_max - 1}}
{%- endfor %}
type: OS::TripleO::NodeExtraConfigPost
properties: