Reduce the Octavia health manager threads

By default, the Octavia health manager will create a number of
threads based on the number of cores available on the controller.
Since the kuryr test jobs are memory constrained and has a limited
scale, let's pin the number of health manager threads to a number
lower than the cores would dictate. This should save RAM for the
kuryr test jobs.

Change-Id: Idf53ed23664b684a4e378783aabef5898593af77
This commit is contained in:
Michael Johnson 2020-09-15 12:30:28 -07:00 committed by Michał Dulko
parent 6a5f654739
commit 7bc08f6bab
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@
$OCTAVIA_CONF: $OCTAVIA_CONF:
controller_worker: controller_worker:
amp_active_retries: 9999 amp_active_retries: 9999
health_manager:
failover_threads: 2
health_update_threads: 2
stats_update_threads: 2
devstack_services: devstack_services:
octavia: true octavia: true
o-api: true o-api: true