Robosig: fix queue name

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2019-10-02 14:36:26 +02:00 committed by Pierre-Yves Chibon
parent bfda868de1
commit 13c564f5fb

View file

@ -11,7 +11,7 @@ callback = "robosignatory.consumer:Consumer"
# Note the double brackets below. # Note the double brackets below.
# To add another binding, add another [[bindings]] section. # To add another binding, add another [[bindings]] section.
[[bindings]] [[bindings]]
queue = "robosignatory" queue = "robosignatory{{ env_suffix }}"
exchange = "amq.topic" exchange = "amq.topic"
routing_keys = [ routing_keys = [
"org.fedoraproject.*.pungi.compose.ostree", "org.fedoraproject.*.pungi.compose.ostree",
@ -28,7 +28,7 @@ certfile = "/etc/pki/fedora-messaging/robosignatory-cert.pem"
[client_properties] [client_properties]
app = "RoboSignatory" app = "RoboSignatory"
[queues.robosignatory] [queues."robosignatory{{ env_suffix }}"]
durable = true durable = true
auto_delete = false auto_delete = false
exclusive = false exclusive = false