openqa: fix AMQP URL a bit harder gah
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
dccfed1786
commit
fe3cf807ed
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ openqa_amqp_scheduler_routing_keys: ["org.fedoraproject.prod.pungi.compose.statu
|
|||
"org.fedoraproject.prod.bodhi.update.edit"]
|
||||
|
||||
# fedora-messaging reporter settings
|
||||
openqa_amqp_reporter_url: "amqps://openqa{{ openqa_env_suffix }}:@rabbitmq.fedoraproject.org/%2Fpubsub"
|
||||
openqa_amqp_reporter_url: "amqps://openqa{{ openqa_env_suffix }}:@rabbitmq{{ openqa_env_suffix }}.fedoraproject.org/%2Fpubsub"
|
||||
openqa_amqp_reporter_cacert: /etc/fedora-messaging/cacert{{ openqa_env_suffix }}.pem
|
||||
openqa_amqp_reporter_key: /etc/pki/fedora-messaging/openqa{{ openqa_env_suffix }}-key.pem
|
||||
openqa_amqp_reporter_cert: /etc/pki/fedora-messaging/openqa{{ openqa_env_suffix }}-cert.pem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue