Skip to content

Commit

Permalink
Use internalURLs to access the services since we are sharing the same…
Browse files Browse the repository at this point in the history
… cluster
  • Loading branch information
jlarriba committed Nov 22, 2023
1 parent 3e802c4 commit 09b4750
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/horizon/config/local_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 09b4750

Please sign in to comment.