Browse code

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

Clint Byrum authored on 2013/09/11 03:37:47
Showing 1 changed files
... ...
@@ -122,7 +122,7 @@ function configure_heat() {
122 122
     iniset $HEAT_CONF heat_api_cloudwatch bind_port $HEAT_API_CW_PORT
123 123
 
124 124
     # Set limits to match tempest defaults
125
-    iniset $HEAT_CONF max_template_size 10240
125
+    iniset $HEAT_CONF DEFAULT max_template_size 10240
126 126
 
127 127
     # heat environment
128 128
     sudo mkdir -p $HEAT_ENV_DIR