Remove unused "triggers" field from event pipeline configuration

The triggers field is no longer used. The field was removed from
the example file by c569fcd5ed59b00950a2ac7b9df75eb700a883e8 .

Change-Id: I03b1daffa4de60f562f747b1c88ffb444020905f
This commit is contained in:
Takashi Kajinami 2022-03-25 01:42:19 +09:00
parent e2051dae5e
commit 17864e2aec
2 changed files with 0 additions and 5 deletions

View File

@ -126,7 +126,6 @@ describe 'ceilometer::agent::notification' do
"sinks:",
" - name: event_sink",
" transformers:",
" triggers:",
" publishers:",
" - gnocchi://",
])}
@ -150,7 +149,6 @@ describe 'ceilometer::agent::notification' do
"sinks:",
" - name: event_sink",
" transformers:",
" triggers:",
" publishers:",
" - notifier://",
" - notifier://?topic=alarm.all",
@ -169,7 +167,6 @@ describe 'ceilometer::agent::notification' do
'sinks' => [
'name' => 'my_event_sink',
'transformers' => [],
'triggers' => [],
'publishers' => ['gnocchi://'],
],
}
@ -186,7 +183,6 @@ sources:
sinks:
- name: my_event_sink
transformers: []
triggers: []
publishers:
- gnocchi://
',

View File

@ -8,7 +8,6 @@ sources:
sinks:
- name: event_sink
transformers:
triggers:
publishers:
<% @event_pipeline_publishers.each do |publisher| -%>
- <%= publisher %>