From 509783573e1ff5dd31e04f591dae69939c05753e Mon Sep 17 00:00:00 2001 From: Zara Zaimeche Date: Fri, 20 Feb 2015 10:45:48 +0000 Subject: Fix Redirect in Horizon --- openstack/etc/horizon/openstack_dashboard/local_settings.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openstack/etc/horizon/openstack_dashboard/local_settings.py b/openstack/etc/horizon/openstack_dashboard/local_settings.py index dc757eb1..febc3e70 100644 --- a/openstack/etc/horizon/openstack_dashboard/local_settings.py +++ b/openstack/etc/horizon/openstack_dashboard/local_settings.py @@ -546,4 +546,6 @@ SECURITY_GROUP_RULES = { # auth_token middleware are using. Allowed values are the # algorithms supported by Python's hashlib library. # OPENSTACK_TOKEN_HASH_ALGORITHM = 'md5' - +LOGIN_URL='/horizon/auth/login/' +LOGOUT_URL='/horizon/auth/logout/' +LOGIN_REDIRECT_URL='/horizon/' -- cgit v1.2.1