cloud-image-uploader: fix up queue name
The queue name needs to match the queue name we defined in the playbook that creates the user and queue.
This commit is contained in:
parent
07be198d0a
commit
76285355d6
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ app_url = "https://pagure.io/cloud-image-uploader"
|
||||||
app_contacts_email = "cloud@lists.fedoraproject.org"
|
app_contacts_email = "cloud@lists.fedoraproject.org"
|
||||||
|
|
||||||
[[bindings]]
|
[[bindings]]
|
||||||
queue = "fedora-image-uploader"
|
queue = "cloud-image-uploader"
|
||||||
exchange = "amq.topic"
|
exchange = "amq.topic"
|
||||||
routing_keys = ["org.fedoraproject.{{ env }}.buildsys.build.state.change"]
|
routing_keys = ["org.fedoraproject.{{ env }}.buildsys.build.state.change"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue