summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-20 16:56:16 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-20 16:56:16 +0000
commitf03d5677588cd623a8f3f1548041704b43f839ea (patch)
tree941bcb4b0fd162c63e446c4955577eef91c154b9
parent9d57b76727ab1d268f45b02622eac367450668c8 (diff)
parent509783573e1ff5dd31e04f591dae69939c05753e (diff)
downloaddefinitions-f03d5677588cd623a8f3f1548041704b43f839ea.tar.gz
Merge branch 'zara/fix-redirect-in-horizon' into baserock/franred/openstack-v3
Reviewed-by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
-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/'