Skip to content

Commit b400a1e

Browse files
vincelecdelgehier
authored andcommitted
Revert "JIRA R1810-40 meta2_index"
This reverts commit 9f2afe3. This breaks the 18.04 deployments that are still puppet-based
1 parent e16c8be commit b400a1e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

templates/oio-event-handlers.conf.erb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ pipeline = noop
3838
pipeline = content_cleaner<% if @quarantine %> quarantine<% end %><% if @replication %> replication<% end %> <%= webhooks_handlers.fetch("storage.content.deleted", []).join(" ") %>
3939

4040
[handler:storage.container.new]
41-
pipeline = account_update meta2_index <%= webhooks_handlers.fetch("storage.container.new", []).join(" ") %>
41+
pipeline = account_update <%= webhooks_handlers.fetch("storage.container.new", []).join(" ") %>
4242

4343
[handler:storage.container.deleted]
44-
pipeline = account_update meta2_index <%= webhooks_handlers.fetch("storage.container.deleted", []).join(" ") %>
44+
pipeline = account_update <%= webhooks_handlers.fetch("storage.container.deleted", []).join(" ") %>
4545

4646
[handler:storage.container.state]
4747
pipeline = account_update <%= webhooks_handlers.fetch("storage.container.state", []).join(" ") %>
@@ -65,9 +65,6 @@ tube = oio-rebuild
6565
queue_url = <%= @_rebuild_queue_url %>
6666
<% end -%>
6767

68-
[filter:meta2_index]
69-
use = egg:oio#meta2_index
70-
7168
[filter:account_update]
7269
use = egg:oio#account_update
7370

0 commit comments

Comments
 (0)