Merge "Lower Heat max_template_size for Tempest"
This commit is contained in:
commit
6c362f7528
3
lib/heat
3
lib/heat
@ -121,6 +121,9 @@ function configure_heat() {
|
||||
iniset $HEAT_CONF heat_api_cloudwatch bind_host $HEAT_API_CW_HOST
|
||||
iniset $HEAT_CONF heat_api_cloudwatch bind_port $HEAT_API_CW_PORT
|
||||
|
||||
# Set limits to match tempest defaults
|
||||
iniset $HEAT_CONF max_template_size 10240
|
||||
|
||||
# heat environment
|
||||
sudo mkdir -p $HEAT_ENV_DIR
|
||||
sudo chown $STACK_USER $HEAT_ENV_DIR
|
||||
|
Loading…
Reference in New Issue
Block a user