Koschei: Don't hardcode fedmsg_env
This commit is contained in:
parent
3ff6a8502f
commit
5dcaf115ff
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
||||||
username: "{{ app }}{{ env_suffix }}"
|
username: "{{ app }}{{ env_suffix }}"
|
||||||
queue_name: "{{ app }}{{ env_suffix }}"
|
queue_name: "{{ app }}{{ env_suffix }}"
|
||||||
routing_keys:
|
routing_keys:
|
||||||
- org.fedoraproject.stg.buildsys.tag
|
- "org.fedoraproject.{{ fedmsg_env }}.buildsys.tag"
|
||||||
- org.fedoraproject.stg.buildsys.task.state.change
|
- "org.fedoraproject.{{ fedmsg_env }}.buildsys.task.state.change"
|
||||||
message_ttl: 60000
|
message_ttl: 60000
|
||||||
|
|
||||||
- openshift/project
|
- openshift/project
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue