aboutsummaryrefslogtreecommitdiffstats
path: root/environments/major-upgrade-converge.yaml
diff options
context:
space:
mode:
authormarios <marios@redhat.com>2017-04-27 16:51:42 +0300
committermarios <marios@redhat.com>2017-04-28 16:19:53 +0300
commitcc9695e74e588a8aa35aa3850bb0b336906c78e0 (patch)
tree36d7a3ce9be12fa1398a80bf0aa0415d138d8274 /environments/major-upgrade-converge.yaml
parentede5bb669020a174102e306b727367baa59ac032 (diff)
Unset the UpgradeInitCommand on converge
In the converge envs we unset the UpgradeInitCommon since we used that for the N..O upgrades workflow. However an operator may have also overridden the UpgradeInitCommand so we should unset that too. Closes-Bug: 1686918 Change-Id: I3b316d04b78a4ab1e3f9f69948e42e6fb0ad6632 (cherry picked from commit 7d87b8225bd640fee4b55fd66e793391526f6d54)
Diffstat (limited to 'environments/major-upgrade-converge.yaml')
-rw-r--r--environments/major-upgrade-converge.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/environments/major-upgrade-converge.yaml b/environments/major-upgrade-converge.yaml
index 4e8bf46b..604e5a68 100644
--- a/environments/major-upgrade-converge.yaml
+++ b/environments/major-upgrade-converge.yaml
@@ -6,3 +6,4 @@ parameter_defaults:
EnableConfigPurge: false
UpgradeLevelNovaCompute: ''
UpgradeInitCommonCommand: ''
+ UpgradeInitCommand: ''