openqa: use prod username for queue for staging scheduler

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-06-13 14:10:25 -07:00
parent 1367541f98
commit eae55769cb

View file

@ -78,7 +78,7 @@
tags: ['rabbit']
when: deployment_type == "stg"
- role: rabbit/queue
username: "openqa{{ env_suffix }}"
username: "openqa"
queue_name: "openqa{{ env_suffix }}_scheduler"
routing_keys:
- "org.fedoraproject.prod.pungi.compose.status.change"