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:
parent
7f23133651
commit
9757069cb3
@ -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: ''
|
||||
|
@ -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: ''
|
||||
|
Loading…
Reference in New Issue
Block a user