Clear up Upgrade params on converge

During FFWD Upgrade or Minor Update we should still make sure
we clear Upgrade params too.

Resolves: rhbz#1558787
Closes-Bug: 1770191
Change-Id: Id1eb4c3d93ae8f36adb8ab4fa2df570a6a76951f
This commit is contained in:
Lukas Bezdicka 2018-05-14 15:07:51 +02:00
parent 7f23133651
commit 9757069cb3
2 changed files with 6 additions and 0 deletions

View File

@ -9,4 +9,7 @@ resource_registry:
OS::Heat::StructuredDeployment: OS::TripleO::Heat::StructuredDeployment
parameter_defaults:
CephAnsiblePlaybook: ['/usr/share/ceph-ansible/site-docker.yml.sample']
UpgradeLevelNovaCompute: ''
UpgradeInitCommonCommand: ''
UpgradeInitCommand: ''
StackUpdateType: ''

View File

@ -6,3 +6,6 @@ resource_registry:
OS::TripleO::WorkflowSteps: OS::Mistral::ExternalResource
parameter_defaults:
CephAnsiblePlaybook: ['/usr/share/ceph-ansible/site-docker.yml.sample']
UpgradeLevelNovaCompute: ''
UpgradeInitCommonCommand: ''
UpgradeInitCommand: ''