Merge "Refactor cellv2 host discovery logic to avoid races" into stable/pike
[apex-tripleo-heat-templates.git] / common / post-upgrade.j2.yaml
1 # Note the include here is the same as post.j2.yaml but the data used at
2 # # the time of rendering is different if any roles disable upgrades
3 {% set enabled_roles = roles|rejectattr('disable_upgrade_deployment')|list -%}
4 {% include 'deploy-steps.j2' %}