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:
@@ -62,6 +62,7 @@ parameter_defaults:
|
|||||||
NeutronDhcpAgentsPerNetwork: 2
|
NeutronDhcpAgentsPerNetwork: 2
|
||||||
HeatConvergenceEngine: true
|
HeatConvergenceEngine: true
|
||||||
HeatCorsAllowedOrigin: '*'
|
HeatCorsAllowedOrigin: '*'
|
||||||
|
HeatMaxNestedStackDepth: 7
|
||||||
HeatMaxResourcesPerStack: -1
|
HeatMaxResourcesPerStack: -1
|
||||||
HeatMaxJsonBodySize: 4194304
|
HeatMaxJsonBodySize: 4194304
|
||||||
HeatReauthenticationAuthMethod: 'trusts'
|
HeatReauthenticationAuthMethod: 'trusts'
|
||||||
|
Reference in New Issue
Block a user