Unset the UpgradeInitCommand on converge
authormarios <marios@redhat.com>
Thu, 27 Apr 2017 13:51:42 +0000 (16:51 +0300)
committermarios <marios@redhat.com>
Fri, 28 Apr 2017 13:19:53 +0000 (16:19 +0300)
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)

environments/major-upgrade-converge.yaml

index 4e8bf46..604e5a6 100644 (file)
@@ -6,3 +6,4 @@ parameter_defaults:
   EnableConfigPurge: false
   UpgradeLevelNovaCompute: ''
   UpgradeInitCommonCommand: ''
+  UpgradeInitCommand: ''