From e3ddb0b7706b6b8a6095885b998d36506960bf7f Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Mon, 17 Aug 2020 11:36:36 -0500 Subject: [PATCH] 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 --- sonobuoy/templates/secret-keystone.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonobuoy/templates/secret-keystone.yaml b/sonobuoy/templates/secret-keystone.yaml index 8a6763b7..fd55ba9d 100644 --- a/sonobuoy/templates/secret-keystone.yaml +++ b/sonobuoy/templates/secret-keystone.yaml @@ -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 }}