Refactor cellv2 host discovery logic to avoid races
[apex-tripleo-heat-templates.git] / common / post-upgrade.j2.yaml
index 7cd6abd..af47c6e 100644 (file)
@@ -1,4 +1,4 @@
 # Note the include here is the same as post.j2.yaml but the data used at
 # # the time of rendering is different if any roles disable upgrades
-{% set roles = roles|rejectattr('disable_upgrade_deployment')|list -%}
+{% set enabled_roles = roles|rejectattr('disable_upgrade_deployment')|list -%}
 {% include 'deploy-steps.j2' %}