summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZara Zaimeche <zara.zaimeche@codethink.co.uk>2015-02-20 10:45:48 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-08 18:29:24 +0100
commit783a65e092daf14aa5e76f544e6d695bcb38acf4 (patch)
treeab7b5b7ced26d9d185c6c3c7ab42f8572b852884
parent53a4312cfe422dbf51f063f2a99b8c8d0b4a1efd (diff)
downloaddefinitions-783a65e092daf14aa5e76f544e6d695bcb38acf4.tar.gz
Fix Redirect in Horizon
-rw-r--r--openstack/etc/horizon/openstack_dashboard/local_settings.py4
1 files changed, 3 insertions, 1 deletions
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/'