From 33eaa5698ca3ced12d7ab5a181cc381bdb19ce76 Mon Sep 17 00:00:00 2001
From: Joe Gordon <joe.gordon0@gmail.com>
Date: Thu, 24 Oct 2013 14:12:44 +0100
Subject: [PATCH] Use heat's default value for max_template_size

Instead of aligning value with tempest, make tempest use heat's default
value as that is what most people will be deploying with.

Change-Id: I77549f2b5e953ff712c50a2b372f6b04725d5eb0
---
 lib/heat | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/heat b/lib/heat
index 8acadb4ad1..da4505e2f9 100644
--- a/lib/heat
+++ b/lib/heat
@@ -118,9 +118,6 @@ function configure_heat() {
     iniset $HEAT_CONF heat_api_cloudwatch bind_host $HEAT_API_CW_HOST
     iniset $HEAT_CONF heat_api_cloudwatch bind_port $HEAT_API_CW_PORT
 
-    # Set limits to match tempest defaults
-    iniset $HEAT_CONF DEFAULT max_template_size 10240
-
     # heat environment
     sudo mkdir -p $HEAT_ENV_DIR
     sudo chown $STACK_USER $HEAT_ENV_DIR