| ... | ... |
@@ -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 |