From 7dbc762d2f267cb2b6a0cc04b76af44751c1ee15 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Wed, 22 Mar 2017 18:26:38 -0400 Subject: [PATCH] Heat Client Endpoint Lookup --- heat/templates/etc/_heat.conf.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat/templates/etc/_heat.conf.tpl b/heat/templates/etc/_heat.conf.tpl index f6d60e6419..c07ecd1297 100644 --- a/heat/templates/etc/_heat.conf.tpl +++ b/heat/templates/etc/_heat.conf.tpl @@ -103,4 +103,4 @@ endpoint_type = internalURL [clients_keystone] endpoint_type = internalURL -auth_uri = {{ tuple "identity" "internal" "api" . | include "endpoint_type_lookup_addr" }} +auth_uri = {{ tuple "identity" "internal" "api" . | include "helm-toolkit.keystone_endpoint_uri_lookup" }}