octavia/octavia/cmd
Tatsuma Matsuki a33e2e06c0 Separate the thread pool for health and stats update
When queue_event_streamer driver is used and RabbitMQ
is down, stats update processes occupy the thread pool
which is shared with health update processes. Then,
RabbitMQ down unexpectedly leads to delete all existing
amphorae. This commit separates the thread pool and aims
to keep the existing amphorae working even when RabbitMQ
is down.

In addition to the cherry-pick from master, this patch fixes the release
note to not call out a feature but a fix instead, and drop the
deprecation of status_update_threads.

Change-Id: I576687f5b646496ff3a00787cf5e8c27f36b9448
Task: 22929
Story: 2002937
(cherry picked from commit ad69363fc7)
(cherry picked from commit ddb948a5ad)
2018-11-19 16:38:19 +01:00
..
__init__.py Fix ups so pbr and setup works 2015-04-23 16:04:27 -05:00
agent.py Replace six.iteritems() with .items() 2017-03-13 02:56:27 +08:00
api.py Allow operators to disable v1 or v2.0 api endpoints 2017-06-26 14:37:27 -07:00
haproxy_vrrp_check.py Fix active/standby under python3 2017-01-24 14:11:50 -08:00
health_manager.py Separate the thread pool for health and stats update 2018-11-19 16:38:19 +01:00
house_keeping.py Add exception handling for housekeeping service 2018-08-01 11:48:27 +00:00
octavia_worker.py Removing dependency on eventlet and oslo.service 2017-04-21 07:07:12 +09:00