summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZara Zaimeche <zara.zaimeche@codethink.co.uk>2015-02-20 10:45:48 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2015-03-23 22:58:54 +0000
commit2897cbe87c093c47ad335e540fa2c2ff6f4ca9d5 (patch)
tree48fabba7cb0c851221bfeaa51d2d7e5c347d90d7
parent24bc6ac6116445b5b8c9f93bbcaa583a54ce61e4 (diff)
downloaddefinitions-2897cbe87c093c47ad335e540fa2c2ff6f4ca9d5.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/'