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
This commit is contained in:
Joe Gordon 2013-10-24 14:12:44 +01:00
parent 897f48a897
commit 33eaa5698c

View File

@ -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