cloud-image-uploader: fix the final queue reference
I forgot queues are declared separately from the bindings.
This commit is contained in:
parent
e086b2fe93
commit
ea9efa2ffc
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ queue = "cloud-image-uploader{{ env_suffix }}"
|
||||||
exchange = "amq.topic"
|
exchange = "amq.topic"
|
||||||
routing_keys = ["org.fedoraproject.{{ env }}.buildsys.build.state.change"]
|
routing_keys = ["org.fedoraproject.{{ env }}.buildsys.build.state.change"]
|
||||||
|
|
||||||
[queues.fedora-image-uploader]
|
[queues."cloud-image-uploader{{ 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