![marios](/assets/img/avatar_default.png)
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
10 lines
305 B
YAML
10 lines
305 B
YAML
# Use this to reset any mappings only used for upgrades after the
|
|
# update of all nodes is completed
|
|
resource_registry:
|
|
OS::TripleO::PostDeploySteps: ../docker/post.yaml
|
|
parameter_defaults:
|
|
EnableConfigPurge: false
|
|
UpgradeLevelNovaCompute: ''
|
|
UpgradeInitCommonCommand: ''
|
|
UpgradeInitCommand: ''
|