From f64ec4645af7a5b293c39efd5dbed24c276a931a Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Fri, 8 Jun 2018 08:43:59 -0500 Subject: [PATCH] Bootstrap-Jobs: Use internal endpoint for bootstrapping This PS moves to use the internal keystone endpoint for boostrapping jobs, to allow osh to be deployed when the support infrastructure may not have been fully configured (eg - dns for public endpoints) Change-Id: I5a9eb07b88bdc0ffbcda371bdd4c03d4da4ed78d Signed-off-by: Pete Birley --- helm-toolkit/templates/manifests/_job-bootstrap.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm-toolkit/templates/manifests/_job-bootstrap.yaml b/helm-toolkit/templates/manifests/_job-bootstrap.yaml index f9b6453d5c..cddc3facf4 100644 --- a/helm-toolkit/templates/manifests/_job-bootstrap.yaml +++ b/helm-toolkit/templates/manifests/_job-bootstrap.yaml @@ -59,6 +59,8 @@ spec: {{ tuple $envAll $envAll.Values.pod.resources.jobs.bootstrap | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }} {{- if eq $openrc "true" }} env: + - name: OS_INTERFACE + value: "internal" {{- with $env := dict "ksUserSecret" ( index $envAll.Values.secrets.identity $keystoneUser ) }} {{- include "helm-toolkit.snippets.keystone_openrc_env_vars" $env | indent 12 }} {{- end }}