Merge "Remove ineffective parameter from standalone/ephemeral heat.conf"

This commit is contained in:
Zuul 2022-06-01 09:50:06 +00:00 committed by Gerrit Code Review
commit a8a5a02375
2 changed files with 0 additions and 2 deletions

View File

@ -11,7 +11,6 @@ max_json_body_size = 8388608
max_nested_stack_depth = 10
max_resources_per_stack=-1
num_engine_workers = {{ num_engine_workers }}
rpc_poll_timeout = 60
rpc_response_timeout = 600
transport_url={{ transport_url }}

View File

@ -235,7 +235,6 @@ class HeatBaseLauncher(object):
[DEFAULT]
log_file = %(log_file)s
transport_url = 'fake://'
rpc_poll_timeout = 60
rpc_response_timeout = 600
deferred_auth_method = password
num_engine_workers=1