Increase max_nested_stack_depth for heat

As a folow up patch we probably should add posibilities
to configure heat launcher via client

Change-Id: I229ed532870b8729c4933665c8ca15ad34998ff9
Partial-Bug: #1824326
This commit is contained in:
Kamil Sambor 2019-05-08 16:42:44 +02:00
parent 51a9880702
commit 0228a39e15
1 changed files with 2 additions and 1 deletions

View File

@ -178,6 +178,7 @@ class HeatBaseLauncher(object):
def _write_heat_config(self, config_file, sqlite_db, log_file, api_port,
policy_file, token_file):
# TODO(ksambor) It will be nice to have possibilities to configure heat
heat_config = '''
[DEFAULT]
log_file = %(log_file)s
@ -190,7 +191,7 @@ convergence_engine = true
max_json_body_size = 8388608
heat_metadata_server_url=http://127.0.0.1:%(api_port)s/
default_deployment_signal_transport = HEAT_SIGNAL
max_nested_stack_depth = 6
max_nested_stack_depth = 10
keystone_backend = heat.engine.clients.os.keystone.fake_keystoneclient\
.FakeKeystoneClient