Merge "Fix transport_url with multiple rabbit servers"

This commit is contained in:
Zuul 2021-12-13 14:13:33 +00:00 committed by Gerrit Code Review
commit 3af8466beb
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}

View File

@ -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 }}