From 76330d922a22c7d18798688fbffa215fce07c15f Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Mon, 2 Jul 2018 15:48:38 -0600 Subject: [PATCH] Increase max heat stack depth We've previously increased this to 7 in instack-undercloud because of containers. As we switch to containerized undercloud we need to continue to incrase this to 7. See Ib31bf29bc69f5c58e98b99c3e598b19c99efc77f for history. Change-Id: Id9facbc53ac5166fcc544157bf820389fa00efac Related-Blueprint: containerized-undercloud --- environments/undercloud.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/environments/undercloud.yaml b/environments/undercloud.yaml index 4a550abb1d..6a5e791f19 100644 --- a/environments/undercloud.yaml +++ b/environments/undercloud.yaml @@ -62,6 +62,7 @@ parameter_defaults: NeutronDhcpAgentsPerNetwork: 2 HeatConvergenceEngine: true HeatCorsAllowedOrigin: '*' + HeatMaxNestedStackDepth: 7 HeatMaxResourcesPerStack: -1 HeatMaxJsonBodySize: 4194304 HeatReauthenticationAuthMethod: 'trusts'