Merge "Remove ineffective parameter from standalone/ephemeral heat.conf"
This commit is contained in:
commit
a8a5a02375
@ -11,7 +11,6 @@ max_json_body_size = 8388608
|
|||||||
max_nested_stack_depth = 10
|
max_nested_stack_depth = 10
|
||||||
max_resources_per_stack=-1
|
max_resources_per_stack=-1
|
||||||
num_engine_workers = {{ num_engine_workers }}
|
num_engine_workers = {{ num_engine_workers }}
|
||||||
rpc_poll_timeout = 60
|
|
||||||
rpc_response_timeout = 600
|
rpc_response_timeout = 600
|
||||||
transport_url={{ transport_url }}
|
transport_url={{ transport_url }}
|
||||||
|
|
||||||
|
@ -235,7 +235,6 @@ class HeatBaseLauncher(object):
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
log_file = %(log_file)s
|
log_file = %(log_file)s
|
||||||
transport_url = 'fake://'
|
transport_url = 'fake://'
|
||||||
rpc_poll_timeout = 60
|
|
||||||
rpc_response_timeout = 600
|
rpc_response_timeout = 600
|
||||||
deferred_auth_method = password
|
deferred_auth_method = password
|
||||||
num_engine_workers=1
|
num_engine_workers=1
|
||||||
|
Loading…
Reference in New Issue
Block a user