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
This commit is contained in:
Alex Schultz 2018-07-02 15:48:38 -06:00
parent 794b9d527e
commit 76330d922a

View File

@ -62,6 +62,7 @@ parameter_defaults:
NeutronDhcpAgentsPerNetwork: 2
HeatConvergenceEngine: true
HeatCorsAllowedOrigin: '*'
HeatMaxNestedStackDepth: 7
HeatMaxResourcesPerStack: -1
HeatMaxJsonBodySize: 4194304
HeatReauthenticationAuthMethod: 'trusts'