Browse code

Merge "Fix section on iniset for max_template_size"

Jenkins authored on 2013/09/12 03:12:24
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