Fix section on iniset for max_template_size
The section was not specified, leading to trying to create a section of max_template_size. Change-Id: Ie3b525030efa780e9cef2d3108be92169d400857
This commit is contained in:
parent
7a4fe3d5f2
commit
f68c9d3fb7
2
lib/heat
2
lib/heat
@ -122,7 +122,7 @@ function configure_heat() {
|
||||
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
|
||||
iniset $HEAT_CONF DEFAULT max_template_size 10240
|
||||
|
||||
# heat environment
|
||||
sudo mkdir -p $HEAT_ENV_DIR
|
||||
|
Loading…
Reference in New Issue
Block a user