fix(ep): changes keystone endpoint

This patch set updates the endpoint from the internal to the public
endpoints for keystone-related processing.

Change-Id: Id792cba5a7227a63dfbd38035d98110da74efdc9
Signed-off-by: Tin Lam <tin@irrational.io>
This commit is contained in:
Tin Lam 2020-08-17 11:36:36 -05:00
parent fb48e46ff6
commit e3ddb0b770
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ metadata:
name: {{ $secretName }}
type: Opaque
data:
{{- tuple $userClass "internal" $envAll | include "helm-toolkit.snippets.keystone_secret_openrc" | indent 2 -}}
{{- tuple $userClass "public" $envAll | include "helm-toolkit.snippets.keystone_secret_openrc" | indent 2 -}}
{{- end }}
{{- end }}