Fix section on iniset for max_template_size

The section was not specified, leading to trying to create a section of
max_template_size.

Change-Id: Ie3b525030efa780e9cef2d3108be92169d400857
This commit is contained in:
Clint Byrum 2013-09-10 11:37:47 -07:00
parent 7a4fe3d5f2
commit f68c9d3fb7

View File

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