openqa/dispatcher: correct fedora-messaging priv auth vhost
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
acfd9f7b81
commit
6853dbb181
3 changed files with 3 additions and 3 deletions
|
@ -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 %}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue