openshift-apps/coreos-ostree-importer: remove org.fedoraproject.{stg,prod} from topics

This isn't used anymore and according to jcline shouldn't be used
for new things.
This commit is contained in:
Dusty Mabe 2020-02-18 16:22:14 -05:00 committed by Pierre-Yves Chibon
parent c3c911f5e2
commit ff39c9ae12
2 changed files with 7 additions and 10 deletions

View file

@ -9,14 +9,6 @@ callback = "fedora_messaging.example:printer"
# and configured correctly.
passive_declares = true
# The topic_prefix configuration value will add a prefix to the topics of every sent message.
# This is used for migrating from fedmsg, and should not be used afterwards.
{% if env == "staging" %}
topic_prefix = "org.fedoraproject.stg"
{% else %}
topic_prefix = "org.fedoraproject.prod"
{% endif %}
[tls]
ca_cert = "/etc/pki/fedora-messaging/{{ fedora_messaging_ca_file }}"
keyfile = "/etc/pki/fedora-messaging/{{ fedora_messaging_key_file }}"