omit the twice occured words in audit-cadf-events.rst

Change-Id: Icfdd850fce479047271ad013ef6776992cd85dd0
This commit is contained in:
zhouxinyong 2018-11-13 10:36:18 +08:00
parent 40db67780d
commit 02483e332d
1 changed files with 1 additions and 1 deletions

View File

@ -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 https://github.com/openstack/pycadf/tree/master/etc/pycadf
For asynchronous task processing workers, audit event is constructed using task related 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 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 process method. This audit event is going to be published as notification to same queue
which is used by audit middleware as well. which is used by audit middleware as well.