Fix Cinder conf Keystone Endpoint

This commit is contained in:
portdirect 2017-01-10 02:17:18 +00:00 committed by Pete Birley
parent 3163f1e64c
commit a5688da7f5

@ -26,8 +26,7 @@ connection = mysql+pymysql://{{ .Values.database.cinder_user }}:{{ .Values.datab
max_retries = -1
[keystone_authtoken]
auth_uri = {{ .Values.keystone.auth_uri }}
auth_url = {{ .Values.keystone.auth_url }}
auth_url = {{ include "endpoint_keystone_internal" . }}
auth_type = password
project_domain_name = {{ .Values.keystone.cinder_project_domain }}
user_domain_name = {{ .Values.keystone.cinder_user_domain }}