Remove ineffective parameter from standalone/ephemeral heat.conf

The [DEFAULT] rpc_poll_timeout parameter was used by ZeroMQ driver
which was already removed [1].

[1] f2fd8d437589d94443a137c7ca7a38d6b782d153

Change-Id: I5a0dccdecb3c189f6364a9209e58672b47c370bb
This commit is contained in:
Takashi Kajinami 2022-05-10 16:20:45 +09:00
parent d424f02237
commit 81c0b75bf9
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