Instead of aligning value with tempest, make tempest use heat's default
value as that is what most people will be deploying with.
Change-Id: I77549f2b5e953ff712c50a2b372f6b04725d5eb0
| ... | ... |
@@ -118,9 +118,6 @@ function configure_heat() {
|
| 118 | 118 |
iniset $HEAT_CONF heat_api_cloudwatch bind_host $HEAT_API_CW_HOST |
| 119 | 119 |
iniset $HEAT_CONF heat_api_cloudwatch bind_port $HEAT_API_CW_PORT |
| 120 | 120 |
|
| 121 |
- # Set limits to match tempest defaults |
|
| 122 |
- iniset $HEAT_CONF DEFAULT max_template_size 10240 |
|
| 123 |
- |
|
| 124 | 121 |
# heat environment |
| 125 | 122 |
sudo mkdir -p $HEAT_ENV_DIR |
| 126 | 123 |
sudo chown $STACK_USER $HEAT_ENV_DIR |