Skip to content
Snippets Groups Projects
Commit da832be8 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Barbican: Fix race condition when starting procs simultaneously"

parents dc7001de 51e6c102
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ backlog = 4096
max_allowed_secret_in_bytes = 10000
max_allowed_request_size_in_bytes = 1000000
db_auto_create = False
sql_connection = mysql://{{ barbican_database_user }}:{{ barbican_database_password }}@{{ barbican_database_address }}/{{ barbican_database_name }}
transport_url = rabbit://{% for host in groups['rabbitmq'] %}{{ rabbitmq_user }}:{{ rabbitmq_password }}@{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ rabbitmq_port }}{% if not loop.last %},{% endif %}{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment