0afe46b6f2
On certain Neutron backends such as OVN where no agents are used, it's unnecessary to have (so many)RPC workers running. This patch is decoupling the number of API and RPC workers for neutron server. In the case that the new NeutronRpcWorkers parameter is not defined, it'll take the value of NeutronWorkers so that we don't introduce any regression if some environments don't define it. Change-Id: I0a3b78947fdeda638d0756f08b577d4351f371e0 Partial-Bug: #1786952 Signed-off-by: Daniel Alvarez <dalvarez@redhat.com>
7 lines
222 B
YAML
7 lines
222 B
YAML
---
|
|
features:
|
|
- |
|
|
Now it's possible to define the number of API and RPC workers separately
|
|
for neutron-api service. This is good for certain network backends such
|
|
as OVN that don't require RPC communication.
|