Merge "Use heat's default value for max_template_size"

This commit is contained in:
Jenkins 2013-11-07 02:22:18 +00:00 committed by Gerrit Code Review
commit ba5a8198d2

@ -120,9 +120,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