bodhi/backend: the queue names must start by the username, so bodhi_ it is
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
c0cb2d581a
commit
29e9d7a4bb
2 changed files with 3 additions and 3 deletions
|
@ -113,7 +113,7 @@
|
||||||
|
|
||||||
- role: rabbit/queue
|
- role: rabbit/queue
|
||||||
username: "bodhi{{ env_suffix }}"
|
username: "bodhi{{ env_suffix }}"
|
||||||
queue_name: "koji_sync_listener{{ env_suffix }}"
|
queue_name: "bodhi_koji_sync_listener{{ env_suffix }}"
|
||||||
routing_keys:
|
routing_keys:
|
||||||
- "io.pagure.*.pagure.issue.edit"
|
- "io.pagure.*.pagure.issue.edit"
|
||||||
thresholds:
|
thresholds:
|
||||||
|
|
|
@ -9,7 +9,7 @@ callback = "koji_sync_listener:KojiSyncListener"
|
||||||
# topic_prefix = ""
|
# topic_prefix = ""
|
||||||
|
|
||||||
[[bindings]]
|
[[bindings]]
|
||||||
queue = "koji_sync_listener{{ env_suffix }}"
|
queue = "bodhi_koji_sync_listener{{ env_suffix }}"
|
||||||
|
|
||||||
exchange = "amq.topic"
|
exchange = "amq.topic"
|
||||||
routing_keys = [
|
routing_keys = [
|
||||||
|
@ -25,7 +25,7 @@ certfile = "/etc/pki/fedora-messaging/bodhi-cert.pem"
|
||||||
app = "koji_sync_listener"
|
app = "koji_sync_listener"
|
||||||
app_contacts_email = ["pingou@fedoraproject.org"]
|
app_contacts_email = ["pingou@fedoraproject.org"]
|
||||||
|
|
||||||
[queues."koji_sync_listener{{ env_suffix }}"]
|
[queues."bodhi_koji_sync_listener{{ env_suffix }}"]
|
||||||
durable = true
|
durable = true
|
||||||
auto_delete = false
|
auto_delete = false
|
||||||
exclusive = false
|
exclusive = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue