neutron-lbaas/neutron_lbaas
Carlos Goncalves 111d0b2852 Fix memory leak in the haproxy provider driver
The haproxy provider driver uses a dict for caching load balancer
resources (including children resources). That alone already increases
memory consumption. A neutron-server restart solves this.

But the real issue is that the driver leaves some data behind when a LB
is deleted without freeing it up (unless neutron-server is restart)
hence the memory leak.

Story: 2003802
Task: 26534

Change-Id: I7c79271998d839c6afbeb6d92f888f6acd67704e
2018-09-18 21:28:15 +02:00
..
agent Mark neutron-lbaas as deprecated 2018-02-01 02:41:48 +00:00
cmd Fix pep8 errors 2018-04-12 14:58:11 +10:00
common Mark neutron-lbaas as deprecated 2018-02-01 02:41:48 +00:00
db Merge "Improve speed of listing from DB" 2018-07-06 17:02:18 +00:00
drivers Fix memory leak in the haproxy provider driver 2018-09-18 21:28:15 +02:00
extensions Merge "remove unused plugin.get_plugin_name()" 2018-05-17 00:43:39 +00:00
locale/en_GB/LC_MESSAGES Imported Translations from Zanata 2018-08-13 06:12:30 +00:00
services Gate API test for the lbaasv2-proxy plugin 2018-08-11 06:05:20 +02:00
tests Fix memory leak in the haproxy provider driver 2018-09-18 21:28:15 +02:00
__init__.py Use the correct _ method from neutron_lbaas._i18n 2016-01-13 06:46:59 -08:00
_i18n.py Remove log translations from neutron-lbaas 2017-05-04 11:23:20 -07:00
agent_scheduler.py Remove log translations from neutron-lbaas 2017-05-04 11:23:20 -07:00
opts.py Updating import for linux/interface opts 2017-09-13 09:51:28 -06:00
version.py Post-split, get jenkins tests passing 2014-12-08 22:52:02 -07:00