From 943fedee6226c455b398f8be0c8610a1d2637b45 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Mon, 16 Jan 2023 13:30:56 +0100 Subject: [PATCH] Remove [trustee]/auth_uri option from heat.conf According to the code, docs and oslo-config-validator, this configuration option is not supported. Change-Id: I34410e5267d527ec629748f35771f227183810b6 --- ansible/roles/heat/templates/heat.conf.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/roles/heat/templates/heat.conf.j2 b/ansible/roles/heat/templates/heat.conf.j2 index c372d88863..43f8c686a3 100644 --- a/ansible/roles/heat/templates/heat.conf.j2 +++ b/ansible/roles/heat/templates/heat.conf.j2 @@ -53,7 +53,6 @@ memcache_servers = {% for host in groups['memcached'] %}{{ 'api' | kolla_address [trustee] -auth_uri = {{ keystone_internal_url }} auth_url = {{ keystone_internal_url }} auth_type = password user_domain_id = {{ default_user_domain_id }}