neutron/neutron/services/logapi
Elvira García e0a2427a2f [ovn] Avoid unwanted ACL_NOT_FOUND error when deleting log objects
There is the possibility that db_remove raises an error if an ACL was
deleted on parallel for other reasons while deleting a log object. On a
normal situation, this command would remove the no-longer-needed
'log-related' property, but since the ACL is no longer there, it will
raise an error. For this case, it is not problematic to have an ACL
deleted mid-operation, so it should not raise any error.

Related-Bug: #2019887

Signed-off-by: Elvira García <egarciar@redhat.com>
Change-Id: I154393529134b5861e0ef0283257ef964fe057fd
2023-05-22 09:25:55 +02:00
..
agent Fix typos in log/error messages 2022-06-01 21:17:29 +05:30
common Fix some pylint indentation warnings 2022-12-01 16:21:37 +00:00
drivers [ovn] Avoid unwanted ACL_NOT_FOUND error when deleting log objects 2023-05-22 09:25:55 +02:00
rpc Add new class for Logging API methods 2022-02-18 20:31:39 +03:00
__init__.py [log]: db models and migration rules 2017-06-13 08:52:12 +07:00
api_base.py Add new class for Logging API methods 2022-02-18 20:31:39 +03:00
logging_plugin.py Delete log entries when SG or port is deleted 2021-10-05 16:27:13 +00:00