From 957fbb1e15a4e975c9cc4bdaa1acf26bfe8631fe Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Fri, 24 Feb 2017 09:51:36 -0500 Subject: Make heat max_json_body_size configurable We need to bump this a bit for the overcloud containers jobs. This patch makes it configurable and increases the size for the undercloud. Related-bug: #1667697 Change-Id: I79319f051747b381f5fa36f8a7fc7f31020bc245 --- environments/undercloud.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'environments') diff --git a/environments/undercloud.yaml b/environments/undercloud.yaml index 0fd01920..2540fbe5 100644 --- a/environments/undercloud.yaml +++ b/environments/undercloud.yaml @@ -16,3 +16,4 @@ parameter_defaults: NeutronDhcpAgentsPerNetwork: 2 HeatConvergenceEngine: false HeatMaxResourcesPerStack: -1 + HeatMaxJsonBodySize: 2097152 -- cgit 1.2.3-korg