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
diff --git a/lib/heat b/lib/heat
index ef134ec..afa0eeb 100644
--- a/lib/heat
+++ b/lib/heat
@@ -122,7 +122,7 @@
     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