Merge "Fix executor_thread_pool_size typo"

This commit is contained in:
Jenkins 2016-06-22 13:21:49 +00:00 committed by Gerrit Code Review
commit 88f5efcae4

View File

@ -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 }}