Skip to content
Snippets Groups Projects
Commit 03a288ad authored by Farid Da Encarnacao's avatar Farid Da Encarnacao
Browse files

Fix typo heat.conf

Change-Id: Icf34357d222cf5eb41e504c3b5e6830c1c6509c5
Closes-Bug: 1659343
parent 101c38dc
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ stack_domain_admin_password = {{ heat_domain_admin_password }} ...@@ -14,7 +14,7 @@ stack_domain_admin_password = {{ heat_domain_admin_password }}
stack_user_domain_name = heat_user_domain stack_user_domain_name = heat_user_domain
deferred_auth_method = trusts deferred_auth_method = trusts
trusts_delegated_role = heat_stack_owner trusts_delegated_roles = heat_stack_owner
num_engine_workers = {{ openstack_service_workers }} num_engine_workers = {{ openstack_service_workers }}
transport_url = rabbit://{% for host in groups['rabbitmq'] %}{{ rabbitmq_user }}:{{ rabbitmq_password }}@{% if orchestration_engine == 'KUBERNETES' %}rabbitmq{% else %}{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}{% endif %}:{{ rabbitmq_port }}{% if not loop.last %},{% endif %}{% endfor %} transport_url = rabbit://{% for host in groups['rabbitmq'] %}{{ rabbitmq_user }}:{{ rabbitmq_password }}@{% if orchestration_engine == 'KUBERNETES' %}rabbitmq{% else %}{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}{% endif %}:{{ 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