octavia/octavia/controller
Gregory Thiemonge 0c1cb417e9 Fix uncaught DB exception when trying to get a spare amphora
The MapLoadbalancerToAmphora task performs some database queries but
doesn't catch any exception from it.

In case something goes wrong with the database or the query, this commit
catchs any exception from the DB call, logs it and then returns None to
switch to the next decider branch (boot a new amphora).

Story 2007320
Task 38831

Conflicts:
	octavia/controller/worker/v1/tasks/database_tasks.py

Change-Id: Ifb6c34426e0927534d332a8bbf2c66aac6c002c5
(cherry picked from commit 3bbd32a2a5)
2020-02-24 14:51:15 +01:00
..
healthmanager Fix multi-listener LB with missing certificate 2020-01-10 22:30:48 +00:00
housekeeping Create Amphora V2 provider driver 2019-06-05 14:30:29 -07:00
queue Fix controller worker graceful shutdown 2019-11-21 09:22:34 +00:00
worker Fix uncaught DB exception when trying to get a spare amphora 2020-02-24 14:51:15 +01:00
__init__.py Add license for empty __init__.py 2018-03-14 07:02:56 +09:00