From 0c2c44072e906f933188aa1f9578c5b62a3dfc1d Mon Sep 17 00:00:00 2001 From: Jose Luis Franco Arza Date: Mon, 14 Aug 2017 11:49:00 +0200 Subject: Consolidate deployment in major-upgrade-composable-steps After 483293 commit is merged, major-upgrade-composable-steps.yaml file is pointing to the wrong location deployment, which is now under common/ folder. Change-Id: Ic6784533d1c21b5b8fcb422bccd820af72e499d9 --- environments/major-upgrade-composable-steps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'environments') diff --git a/environments/major-upgrade-composable-steps.yaml b/environments/major-upgrade-composable-steps.yaml index 5a695171..db83f906 100644 --- a/environments/major-upgrade-composable-steps.yaml +++ b/environments/major-upgrade-composable-steps.yaml @@ -1,5 +1,5 @@ resource_registry: - OS::TripleO::PostDeploySteps: ../puppet/major_upgrade_steps.yaml + OS::TripleO::PostDeploySteps: ../common/major_upgrade_steps.yaml parameter_defaults: EnableConfigPurge: true StackUpdateType: UPGRADE -- cgit 1.2.3-korg