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:
parent
db895584f2
commit
f0937065ed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user