openqa: use prod username for queue for staging scheduler
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
1367541f98
commit
eae55769cb
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
||||||
tags: ['rabbit']
|
tags: ['rabbit']
|
||||||
when: deployment_type == "stg"
|
when: deployment_type == "stg"
|
||||||
- role: rabbit/queue
|
- role: rabbit/queue
|
||||||
username: "openqa{{ env_suffix }}"
|
username: "openqa"
|
||||||
queue_name: "openqa{{ env_suffix }}_scheduler"
|
queue_name: "openqa{{ env_suffix }}_scheduler"
|
||||||
routing_keys:
|
routing_keys:
|
||||||
- "org.fedoraproject.prod.pungi.compose.status.change"
|
- "org.fedoraproject.prod.pungi.compose.status.change"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue