Merge "Fix transport_url with multiple rabbit servers"
This commit is contained in:
commit
3af8466beb
@ -4,7 +4,7 @@ debug = {{ options.debug }}
|
||||
auth_strategy = keystone
|
||||
|
||||
{% if amqp.password -%}
|
||||
transport_url = rabbit://masakari:{{ amqp.password }}@{{ amqp.host }}:5672/masakari
|
||||
{% include "parts/section-transport-url" %}
|
||||
{% endif -%}
|
||||
|
||||
os_user_domain_name = {{ identity_service.service_domain }}
|
||||
|
@ -5,7 +5,7 @@ auth_strategy = keystone
|
||||
notification_driver=taskflow_driver
|
||||
|
||||
{% if amqp.password -%}
|
||||
transport_url = rabbit://masakari:{{ amqp.password }}@{{ amqp.host }}:5672/masakari
|
||||
{% include "parts/section-transport-url" %}
|
||||
{% endif -%}
|
||||
|
||||
os_user_domain_name = {{ identity_service.service_domain }}
|
||||
|
Loading…
Reference in New Issue
Block a user