octavia/releasenotes/notes/fix-loadbalancer-db-cleanup-61ee81a4fd597067.yaml
Gregory Thiemonge a4da3ef220 Fix cleanup of expired load balancer entries
Fix a bad query filter, deleted load balancers have a DELETED
provisioning_status (instead of operating_status).

Add a functional test that checks that deleted and expired load
balancers are correctly selected by get_all_deleted_expiring function.

Fix a similar test for amphorae that was buggy and not enabled (because
of missing test_ prefix).

Change-Id: I0ce2eabfd4dd41210312ea3b7f6274c9a6d50e44
Story: 2006496
Task: 36458
2019-09-10 22:24:34 +00:00

6 lines
142 B
YAML

---
fixes:
- |
Fix an issue that prevented the cleanup of load balancer entries in the
database by the Octavia housekeeper service.