From 02483e332dd3747738af2113e8a4db885d6731f4 Mon Sep 17 00:00:00 2001 From: zhouxinyong Date: Tue, 13 Nov 2018 10:36:18 +0800 Subject: [PATCH] omit the twice occured words in audit-cadf-events.rst Change-Id: Icfdd850fce479047271ad013ef6776992cd85dd0 --- specs/liberty/audit-cadf-events.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/liberty/audit-cadf-events.rst b/specs/liberty/audit-cadf-events.rst index 9437916..a17585a 100644 --- a/specs/liberty/audit-cadf-events.rst +++ b/specs/liberty/audit-cadf-events.rst @@ -131,7 +131,7 @@ file which is going to be similar to files described in following pycadf samples https://github.com/openstack/pycadf/tree/master/etc/pycadf For asynchronous task processing workers, audit event is constructed using task related -data. It can be be implemented as a decorator which can be added to each task common +data. It can be implemented as a decorator which can be added to each task common methods (handle_processing, handle_success and handle_error) or can be added on base task process method. This audit event is going to be published as notification to same queue which is used by audit middleware as well.