From 5624e75de374742175bab870ae12248e7a39e8cd Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Mon, 11 Sep 2017 14:39:06 +0100 Subject: Add RoleConfig output to major_upgrade_steps.j2.yaml I96ec09bc788836584c4b39dcce5bf9b80e914c71 added this output to the deploy-steps.j2, but missed adding this to the major upgrade template which means the overcloud RoleConfig output is broken after the upgrade (until the converge update switches back to the deploy-steps.j2 derived template) Closes-Bug: #1716404 Change-Id: I331fa18b456ca2d6c124316d513374e3fe5a5007 (cherry picked from commit 27018b4182d77abf612697cfe54a4fc3ceeb6be5) --- common/post-upgrade.j2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/post-upgrade.j2.yaml') diff --git a/common/post-upgrade.j2.yaml b/common/post-upgrade.j2.yaml index 7cd6abdf..af47c6ea 100644 --- a/common/post-upgrade.j2.yaml +++ b/common/post-upgrade.j2.yaml @@ -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' %} -- cgit 1.2.3-korg