Merge "Murano application should contact rabbitmq by external FQDN"
This commit is contained in:
commit
15c1a200c2
@ -42,7 +42,7 @@ driver = messagingv2
|
||||
|
||||
{% if service_name == 'murano-engine' %}
|
||||
[rabbitmq]
|
||||
host = {{ kolla_external_vip_address }}
|
||||
host = {{ kolla_external_fqdn }}
|
||||
port = {{ outward_rabbitmq_port }}
|
||||
login = {{ murano_agent_rabbitmq_user }}
|
||||
password = {{ murano_agent_rabbitmq_password }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user