rabbitmq_cluster: Change CentOS routing key to correct format

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2019-10-03 14:31:48 +02:00 committed by Pierre-Yves Chibon
parent 190a82ac07
commit fed409d8fc

View file

@ -23,5 +23,5 @@
queue_name: centos-ci{{ env_suffix }}
routing_keys:
# This routing key is for testing purposes only
- "org.centos.ci.*"
- "org.centos.ci.#"
# No routing key right now, to be defined later