Fix odcs backend topics.
This commit is contained in:
parent
367cfc4f0f
commit
c4ec3cfa3b
1 changed files with 3 additions and 3 deletions
|
@ -120,11 +120,11 @@ class ProdConfiguration(BaseConfiguration):
|
|||
MESSAGING_KEY_FILE = "/etc/ssl/odcs/umb-client.key"
|
||||
MESSAGING_CA_CERT = "{{ odcs_messaging_ca_cert }}"
|
||||
{% if env == "staging" %}
|
||||
MESSAGING_TOPIC_PREFIX = "org.fedoraproject.stg"
|
||||
MESSAGING_TOPIC_PREFIX = "org.fedoraproject.stg."
|
||||
{% else %}
|
||||
MESSAGING_TOPIC_PREFIX = "org.fedoraproject.prod"
|
||||
MESSAGING_TOPIC_PREFIX = "org.fedoraproject.prod."
|
||||
{% endif %}
|
||||
MESSAGING_TOPIC = "odcs.state.change"
|
||||
MESSAGING_TOPIC = "odcs.compose.state-changed"
|
||||
INTERNAL_MESSAGING_TOPIC = "odcs.internal.msg"
|
||||
|
||||
PUNGI_RUNROOT_ENABLED = {{ odcs_pungi_runroot_enabled }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue