From 2cd00dadc0ad06610e94f879ddce145ad1134ea5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= <radoslaw.piliszek@gmail.com>
Date: Sat, 16 Nov 2019 12:30:46 +0100
Subject: [PATCH] Use internal API for heat -> keystone communication

Continues work from https://review.opendev.org/676716

Change-Id: If0195c38034d404849bf2e8fca4629b2d38a2680
Closes-Bug: #1812864
Related-Bug: #1762754
Related-Bug: #1688331
---
 ansible/roles/heat/templates/heat.conf.j2 | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ansible/roles/heat/templates/heat.conf.j2 b/ansible/roles/heat/templates/heat.conf.j2
index 5df52f6c84..014d6529b6 100644
--- a/ansible/roles/heat/templates/heat.conf.j2
+++ b/ansible/roles/heat/templates/heat.conf.j2
@@ -72,9 +72,6 @@ password = {{ heat_keystone_password }}
 [ec2authtoken]
 auth_uri = {{ keystone_internal_url }}/v3
 
-[clients_keystone]
-auth_uri = {{ keystone_public_url }}
-
 [oslo_messaging_notifications]
 transport_url = {{ notify_transport_url }}
 {% if heat_enabled_notification_topics %}