1 Commits

Author SHA1 Message Date
Daniel Alvarez
0afe46b6f2 Decoupling number of API and RPC workers for neutron-api
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>
2018-08-14 16:21:39 +02:00