Fix executor_thread_pool_size typo
Change variable name in template file from executor__thread_pool_size to executor_thread_pool_size. Change-Id: Iaa67bad36e5f8bebc46bb8d8ba4353bf9ee5adc7 Partial-Bug: #1594923
This commit is contained in:
parent
387c46e780
commit
38f5ea991c
@ -86,7 +86,7 @@ nova_url = {{ nova_service_adminurl|replace('/%(tenant_id)s', '') }}
|
||||
|
||||
## Rpc all
|
||||
rpc_backend = {{ neutron_rpc_backend }}
|
||||
executor__thread_pool_size = {{ neutron_rpc_thread_pool_size }}
|
||||
executor_thread_pool_size = {{ neutron_rpc_thread_pool_size }}
|
||||
rpc_conn_pool_size = {{ neutron_rpc_conn_pool_size }}
|
||||
rpc_response_timeout = {{ neutron_rpc_response_timeout }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user