Neutron: Increase default number of RPC workers

This PS increases the number of default RPC works to a more
sane value - even with a large number of replicas a single worker
thread has difficulty keeping up.

Change-Id: I9a4ce7a88983b52c506b6a5f6253688f8a3aa61e
Depends-On: I705f2ddf3facfe56838f606f88cfb15b822d18a5
Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
Pete Birley 2018-06-08 08:11:31 -05:00
parent db895584f2
commit f0937065ed

View File

@ -1440,7 +1440,7 @@ conf:
bind_port: null
default_availability_zones: nova
api_workers: 1
rpc_workers: 1
rpc_workers: 4
allow_overlapping_ips: True
# core_plugin can be: ml2, calico
core_plugin: ml2