openqa/dispatcher: correct fedora-messaging priv auth vhost

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-06-13 14:47:13 -07:00
parent acfd9f7b81
commit 6853dbb181
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,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/%2Fpublic_pubsub"
amqp_url = "amqps://openqa{{ openqa_env_suffix }}:@rabbitmq{{ openqa_env_suffix }}.fedoraproject.org/%2Fpubsub"
{% else %}
amqp_url = "amqps://fedora:@rabbitmq.fedoraproject.org/%2Fpublic_pubsub"
{% endif %}

View file

@ -8,7 +8,7 @@
# prod messages to schedule jobs in openQA staging, composes and
# updates just don't show up on the staging broker.
{% if deployment_type is defined %}
amqp_url = "amqps://openqa:@rabbitmq.fedoraproject.org/%2Fpublic_pubsub"
amqp_url = "amqps://openqa:@rabbitmq.fedoraproject.org/%2Fpubsub"
{% else %}
amqp_url = "amqps://fedora:@rabbitmq.fedoraproject.org/%2Fpublic_pubsub"
{% endif %}

View file

@ -4,7 +4,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/%2Fpublic_pubsub"
amqp_url = "amqps://openqa{{ openqa_env_suffix }}:@rabbitmq{{ openqa_env_suffix }}.fedoraproject.org/%2Fpubsub"
{% else %}
amqp_url = "amqps://fedora:@rabbitmq.fedoraproject.org/%2Fpublic_pubsub"
{% endif %}