Horizon: Update horizon to use internal endpoint by default
This PS updates horizon to use internal endpoints by default. Change-Id: I8fa9286859a710ef434d2321a6be19be978b1690 Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
parent
b525dd9be3
commit
9cc33a87f2
@ -288,10 +288,9 @@ conf:
|
||||
# ('http://cluster2.example.com:5000/v2.0', 'cluster2'),
|
||||
#]
|
||||
|
||||
OPENSTACK_KEYSTONE_URL = "{{ tuple "identity" "public" "api" . | include "helm-toolkit.endpoints.keystone_endpoint_uri_lookup" }}"
|
||||
OPENSTACK_KEYSTONE_URL = "{{ tuple "identity" "internal" "api" . | include "helm-toolkit.endpoints.keystone_endpoint_uri_lookup" }}"
|
||||
OPENSTACK_KEYSTONE_DEFAULT_ROLE = "member"
|
||||
|
||||
|
||||
{{- if .Values.conf.horizon.local_settings.config.auth.sso.enabled }}
|
||||
# Enables keystone web single-sign-on if set to True.
|
||||
WEBSSO_ENABLED = True
|
||||
@ -444,7 +443,7 @@ conf:
|
||||
# OPENSTACK_ENDPOINT_TYPE specifies the endpoint type to use for the endpoints
|
||||
# in the Keystone service catalog. Use this setting when Horizon is running
|
||||
# external to the OpenStack environment. The default is 'publicURL'.
|
||||
OPENSTACK_ENDPOINT_TYPE = "publicURL"
|
||||
OPENSTACK_ENDPOINT_TYPE = "internalURL"
|
||||
|
||||
# SECONDARY_ENDPOINT_TYPE specifies the fallback endpoint type to use in the
|
||||
# case that OPENSTACK_ENDPOINT_TYPE is not present in the endpoints
|
||||
|
Loading…
Reference in New Issue
Block a user