Skip to content

Commit

Permalink
Fix executor_thread_pool_size typo
Browse files Browse the repository at this point in the history
Change variable name in template file from executor__thread_pool_size
to executor_thread_pool_size.

Change-Id: Iaa67bad36e5f8bebc46bb8d8ba4353bf9ee5adc7
Partial-Bug: #1594923
(cherry picked from commit 38f5ea9)
  • Loading branch information
tomc603 committed Jun 21, 2016
1 parent 8799c71 commit 190bae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/neutron.conf.j2
Expand Up @@ -87,7 +87,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 }}

Expand Down

0 comments on commit 190bae5

Please sign in to comment.