Set broker_login_method to EXTERNAL.
This commit is contained in:
parent
a72e70f698
commit
3b8b978515
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ class ProdConfiguration(BaseConfiguration):
|
||||||
'certfile': "/etc/odcs/odcs-private-queue.crt",
|
'certfile': "/etc/odcs/odcs-private-queue.crt",
|
||||||
'keyfile': "/etc/odcs/odcs-private-queue.key",
|
'keyfile': "/etc/odcs/odcs-private-queue.key",
|
||||||
'ca_certs': "/etc/odcs/ca.crt",
|
'ca_certs': "/etc/odcs/ca.crt",
|
||||||
|
'broker_login_method': "EXTERNAL",
|
||||||
}
|
}
|
||||||
|
|
||||||
{% if odcs_celery_router_config %}
|
{% if odcs_celery_router_config %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue