diff --git a/templates/horizon/config/local_settings.py b/templates/horizon/config/local_settings.py index 38d9ccac..05f97f5c 100644 --- a/templates/horizon/config/local_settings.py +++ b/templates/horizon/config/local_settings.py @@ -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, }