Koschei: don't specify routing keys for fedora-messaging

This commit is contained in:
Mikolaj Izdebski 2019-09-19 13:35:10 +02:00 committed by Pierre-Yves Chibon
parent a1755eb2f0
commit 3a979c44e6

View file

@ -14,9 +14,7 @@
- role: rabbit/queue - role: rabbit/queue
username: "{{ app }}{{ env_suffix }}" username: "{{ app }}{{ env_suffix }}"
queue_name: "{{ app }}{{ env_suffix }}" queue_name: "{{ app }}{{ env_suffix }}"
routing_keys: routing_keys: []
- "org.fedoraproject.{{ fedmsg_env }}.buildsys.tag"
- "org.fedoraproject.{{ fedmsg_env }}.buildsys.task.state.change"
message_ttl: 60000 message_ttl: 60000
- openshift/project - openshift/project