Skip to content

Commit 998ae5b

Browse files
authored
Merge pull request #126 from agrare/move_default_filtered_events_to_settings
Move default filtered events to settings
2 parents 3bdcb59 + 51e2f37 commit 998ae5b

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

config/settings.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@
1717
:excon:
1818
:omit_default_port: true
1919
:read_timeout: 60
20-
:blacklisted_event_names: []
20+
:blacklisted_event_names:
21+
- identity.authenticate
22+
- scheduler.run_instance.start
23+
- scheduler.run_instance.scheduled
24+
- scheduler.run_instance.end
2125
:event_handling:
2226
:event_backread_seconds: 5
2327
:event_skip_history: false
@@ -121,6 +125,16 @@
121125
- snapshot.update.end
122126
- volume.create.end
123127
- volume.delete.end
128+
:ems_ibm_power_vc_cinder:
129+
:blacklisted_event_names:
130+
- scheduler.run_instance.end
131+
- scheduler.run_instance.scheduled
132+
- scheduler.run_instance.start
133+
:ems_ibm_power_vc_network:
134+
:blacklisted_event_names:
135+
- scheduler.run_instance.end
136+
- scheduler.run_instance.scheduled
137+
- scheduler.run_instance.start
124138
:http_proxy:
125139
:ibm_power_vc:
126140
:host:

0 commit comments

Comments
 (0)