Browse code

Lower Heat max_template_size for Tempest

The default size leaves a very large padding for users to create larger
templates, but for testing and development a 10kB template is plenty.

This value is specifically meant to mirror upcoming changes to tempest
so that they are unified and can be tested in lock-step.

Change-Id: I0ea9798018a6d864ac04429c3ac89fb374583fb6

Clint Byrum authored on 2013/09/10 03:54:28
Showing 1 changed files
... ...
@@ -121,6 +121,9 @@ function configure_heat() {
121 121
     iniset $HEAT_CONF heat_api_cloudwatch bind_host $HEAT_API_CW_HOST
122 122
     iniset $HEAT_CONF heat_api_cloudwatch bind_port $HEAT_API_CW_PORT
123 123
 
124
+    # Set limits to match tempest defaults
125
+    iniset $HEAT_CONF max_template_size 10240
126
+
124 127
     # heat environment
125 128
     sudo mkdir -p $HEAT_ENV_DIR
126 129
     sudo chown $STACK_USER $HEAT_ENV_DIR