blob: 0c323621b7cd4d5c8322a3efa1a105f6b21e4f1d (
plain)
1
2
3
4
5
6
7
8
9
|
# 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: ''
|