rabbitmq_cluster: Change CentOS routing key to correct format
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
190a82ac07
commit
fed409d8fc
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@
|
||||||
queue_name: centos-ci{{ env_suffix }}
|
queue_name: centos-ci{{ env_suffix }}
|
||||||
routing_keys:
|
routing_keys:
|
||||||
# This routing key is for testing purposes only
|
# This routing key is for testing purposes only
|
||||||
- "org.centos.ci.*"
|
- "org.centos.ci.#"
|
||||||
# No routing key right now, to be defined later
|
# No routing key right now, to be defined later
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue