81c0b75bf9
The [DEFAULT] rpc_poll_timeout parameter was used by ZeroMQ driver which was already removed [1]. [1] f2fd8d437589d94443a137c7ca7a38d6b782d153 Change-Id: I5a0dccdecb3c189f6364a9209e58672b47c370bb
41 lines
869 B
Django/Jinja
41 lines
869 B
Django/Jinja
[DEFAULT]
|
|
client_retry_limit=2
|
|
convergence_engine = true
|
|
debug = true
|
|
default_deployment_signal_transport = HEAT_SIGNAL
|
|
deferred_auth_method = password
|
|
keystone_backend = heat.engine.clients.os.keystone.fake_keystoneclient.FakeKeystoneClient
|
|
log_dir = /var/log/heat
|
|
log_file = {{ log_file }}
|
|
max_json_body_size = 8388608
|
|
max_nested_stack_depth = 10
|
|
max_resources_per_stack=-1
|
|
num_engine_workers = {{ num_engine_workers }}
|
|
rpc_response_timeout = 600
|
|
transport_url={{ transport_url }}
|
|
|
|
[oslo_messaging_notifications]
|
|
driver = noop
|
|
|
|
[oslo_messaging_rabbit]
|
|
heartbeat_timeout_threshold=60
|
|
|
|
[noauth]
|
|
token_response = /token_file.json
|
|
|
|
[heat_api]
|
|
bind_host = 0.0.0.0
|
|
bind_port = {{ api_port }}
|
|
workers = 1
|
|
|
|
[database]
|
|
connection = {{ db_connection }}
|
|
|
|
[paste_deploy]
|
|
api_paste_config = /etc/heat/api-paste.ini
|
|
flavor = noauth
|
|
|
|
[yaql]
|
|
limit_iterators=9000
|
|
memory_quota=900000
|