openqa/dispatcher: set passive_declares for AMQP

This is needed for private auth to work...sigh...

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-06-14 09:13:55 -07:00
parent d55a265b1e
commit 267a4510c0
3 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,7 @@
# This file is in the TOML format.
{% if deployment_type is defined %}
amqp_url = "amqps://openqa{{ openqa_env_suffix }}:@rabbitmq{{ openqa_env_suffix }}.fedoraproject.org/%2Fpubsub"
passive_declares = true
{% else %}
amqp_url = "amqps://fedora:@rabbitmq.fedoraproject.org/%2Fpublic_pubsub"
{% endif %}

View file

@ -9,6 +9,7 @@
# updates just don't show up on the staging broker.
{% if deployment_type is defined %}
amqp_url = "amqps://openqa:@rabbitmq.fedoraproject.org/%2Fpubsub"
passive_declares = true
{% else %}
amqp_url = "amqps://fedora:@rabbitmq.fedoraproject.org/%2Fpublic_pubsub"
{% endif %}

View file

@ -5,6 +5,7 @@
# This file is in the TOML format.
{% if deployment_type is defined %}
amqp_url = "amqps://openqa{{ openqa_env_suffix }}:@rabbitmq{{ openqa_env_suffix }}.fedoraproject.org/%2Fpubsub"
passive_declares = true
{% else %}
amqp_url = "amqps://fedora:@rabbitmq.fedoraproject.org/%2Fpublic_pubsub"
{% endif %}