Skip to content

Commit

Permalink
Merge pull request #250 from bshephar/use-internal-endpoints
Browse files Browse the repository at this point in the history
Horizon should use internalURL endpoints
  • Loading branch information
openshift-merge-bot[bot] authored Nov 22, 2023
2 parents c2b28b7 + 75cf681 commit 1c8a7b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/horizon/config/local_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
LOGOUT_URL = '/dashboard/auth/logout/'
LOGIN_REDIRECT_URL = '/dashboard/'
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
OPENSTACK_ENDPOINT_TYPE = "internalURL"
OPENSTACK_API_VERSIONS = {
'identity': 3,
}
Expand Down

0 comments on commit 1c8a7b8

Please sign in to comment.