relvalconsumer: correct a conditional
This led to Bugzilla submission being disabled on prod, it's meant to be enabled. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
400a37df3a
commit
6d0949ba61
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ routing_keys = [{% for key in relvalconsumer_amqp_routing_keys %}"{{ key }}",{%
|
|||
|
||||
[consumer_config]
|
||||
relval_prod = {{ relvalconsumer_prod|lower }}
|
||||
{% if relvalconsumer_bugzilla_api_key is defined and relval_prod is defined %}
|
||||
{% if relvalconsumer_bugzilla_api_key is defined and relvalconsumer_prod is defined %}
|
||||
relval_bugzilla = true
|
||||
{% else %}
|
||||
relval_bugzilla = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue