Browse code

Merge "Lower Heat max_template_size for Tempest"

Jenkins authored on 2013/09/11 01:10:15
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