Add missing barbican api_endpoint to deckhand configuration

Change-Id: Ib951dd99d953c2ca7f25d491411fd4cba0b830ac
This commit is contained in:
Alan Meadows 2018-02-07 07:09:15 -08:00 committed by Mark Burnett
parent feeed2f715
commit 879dfb6129
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@
{{- tuple "oslo_cache" "internal" "memcache" . | include "helm-toolkit.endpoints.host_and_port_endpoint_uri_lookup" | set .Values.conf.deckhand.keystone_authtoken "memcached_servers" | quote | trunc 0 -}}
{{- end -}}
# Add endpoint URI lookup for barbican
{{- if empty .Values.conf.deckhand.barbican.api_endpoint -}}
{{- tuple "barbican" "internal" "api" . | include "helm-toolkit.endpoints.keystone_endpoint_uri_lookup" | set .Values.conf.deckhand.barbican "api_endpoint" | quote | trunc 0 -}}
{{- end -}}
{{- $userIdentity := .Values.endpoints.identity.auth.user -}}
{{- if empty .Values.conf.deckhand.keystone_authtoken.project_name -}}