From 03a288ad4b3bce0949119a45848c537643da9599 Mon Sep 17 00:00:00 2001 From: Farid Da Encarnacao Date: Wed, 25 Jan 2017 11:23:08 -0500 Subject: [PATCH] Fix typo heat.conf Change-Id: Icf34357d222cf5eb41e504c3b5e6830c1c6509c5 Closes-Bug: 1659343 --- ansible/roles/heat/templates/heat.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/heat/templates/heat.conf.j2 b/ansible/roles/heat/templates/heat.conf.j2 index c21cb1a828..b9389e445a 100644 --- a/ansible/roles/heat/templates/heat.conf.j2 +++ b/ansible/roles/heat/templates/heat.conf.j2 @@ -14,7 +14,7 @@ stack_domain_admin_password = {{ heat_domain_admin_password }} stack_user_domain_name = heat_user_domain deferred_auth_method = trusts -trusts_delegated_role = heat_stack_owner +trusts_delegated_roles = heat_stack_owner 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 %}