openqa/dispatcher: don't use staging auth for scheduler
As it listens to the prod broker. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
37d272d1ff
commit
4b183e75ca
1 changed files with 0 additions and 6 deletions
|
@ -11,15 +11,9 @@ amqp_url = "amqps://fedora:@rabbitmq.fedoraproject.org/%2Fpublic_pubsub"
|
|||
callback = "fedora_openqa.consumer:OpenQAScheduler"
|
||||
|
||||
[tls]
|
||||
{% if deployment_type is defined and deployment_type == 'stg' %}
|
||||
ca_cert = "/etc/fedora-messaging/stg-cacert.pem"
|
||||
keyfile = "/etc/fedora-messaging/fedora.stg-key.pem"
|
||||
certfile = "/etc/fedora-messaging/fedora.stg-cert.pem"
|
||||
{% else %}
|
||||
ca_cert = "/etc/fedora-messaging/cacert.pem"
|
||||
keyfile = "/etc/fedora-messaging/fedora-key.pem"
|
||||
certfile = "/etc/fedora-messaging/fedora-cert.pem"
|
||||
{% endif %}
|
||||
|
||||
[client_properties]
|
||||
app = "Fedora openQA"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue