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
This commit is contained in:
Pierre Riteau 2023-01-16 13:30:56 +01:00
parent 09df6fc1aa
commit 943fedee62

View File

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