Merge "Fix section on iniset for max_template_size"

This commit is contained in:
Jenkins 2013-09-11 18:12:24 +00:00 committed by Gerrit Code Review
commit 9c4803fa97

View File

@ -122,7 +122,7 @@ function configure_heat() {
iniset $HEAT_CONF heat_api_cloudwatch bind_port $HEAT_API_CW_PORT
# Set limits to match tempest defaults
iniset $HEAT_CONF max_template_size 10240
iniset $HEAT_CONF DEFAULT max_template_size 10240
# heat environment
sudo mkdir -p $HEAT_ENV_DIR