mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user