aboutsummaryrefslogtreecommitdiffstats
path: root/environments/undercloud.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2017-02-24 09:51:36 -0500
committerDan Prince <dprince@redhat.com>2017-02-24 10:11:37 -0500
commit957fbb1e15a4e975c9cc4bdaa1acf26bfe8631fe (patch)
tree103f83ad103409c16522f64488c2aa2726de37bc /environments/undercloud.yaml
parentf2ce84ae219b58539f8a43002a3141d2ace97a92 (diff)
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
Diffstat (limited to 'environments/undercloud.yaml')
-rw-r--r--environments/undercloud.yaml1
1 files changed, 1 insertions, 0 deletions
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