Merge pull request #301 from portdirect/heat/endpoint-fix

Heat Client Endpoint Lookup
This commit is contained in:
Brandon B. Jozsa 2017-03-23 10:15:21 -04:00 committed by GitHub
commit 4ffca65aa6

View File

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