Skip to content
Snippets Groups Projects
Commit 28d5e078 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Use rpc_transport_url in blazar"

parents 9a867135 c887c93a
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ debug = {{ blazar_logging_debug }}
log_dir = /var/log/kolla/blazar
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 %}
transport_url = {{ rpc_transport_url }}
host = {{ api_interface_address }}
port = {{ blazar_api_port }}
......
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