From 09b4750464104748c4b35b4f033ecc3a5906e646 Mon Sep 17 00:00:00 2001 From: jlarriba Date: Wed, 22 Nov 2023 09:48:07 +0100 Subject: [PATCH] Use internalURLs to access the services since we are sharing the same cluster --- templates/horizon/config/local_settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/horizon/config/local_settings.py b/templates/horizon/config/local_settings.py index 38d9ccac..b744391c 100644 --- a/templates/horizon/config/local_settings.py +++ b/templates/horizon/config/local_settings.py @@ -120,6 +120,8 @@ OPENSTACK_KEYSTONE_URL = "{{ .keystoneURL }}/v3" +OPENSTACK_ENDPOINT_TYPE = "internalURL" + # The timezone of the server. This should correspond with the timezone # of your entire OpenStack installation, and hopefully be in UTC. TIME_ZONE = "UTC"