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:
parent
d55a265b1e
commit
267a4510c0
3 changed files with 3 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue