neutron/neutron/services/logapi/common
Slawek Kaplonski c10ba0f7ff Delete SG log entries when SG is deleted
When security group is deleted, log entries configured for that SG
weren't removed and stayed in the DB as orphaned entries.
That patch fixes that by subscribe logapi service plugin to the
AFTER_DELETE security group events.

Conflicts:
    neutron/tests/unit/services/logapi/test_logging_plugin.py

Closes-bug: #1939558
Change-Id: Ibffbbd3b529c31372715d9a064f7cb6bada8c424
(cherry picked from commit 7f06322355)
(cherry picked from commit 9d6aaff9a1)
2021-09-24 10:15:03 +00:00
..
__init__.py [log]: db models and migration rules 2017-06-13 08:52:12 +07:00
db_api.py Delete SG log entries when SG is deleted 2021-09-24 10:15:03 +00:00
exceptions.py Add missing ws seperator between words 2018-11-19 13:57:05 +08:00
sg_callback.py Delete SG log entries when SG is deleted 2021-09-24 10:15:03 +00:00
sg_validate.py use logapi constants from neutron-lib 2019-05-22 14:49:21 -06:00
snat_validate.py use logapi constants from neutron-lib 2019-05-22 14:49:21 -06:00
validators.py Fix flake8 H404 errors 2018-10-05 21:48:41 +00:00