summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKieran Spear <kispear@gmail.com>2013-03-06 14:37:30 +1100
committerKieran Spear <kispear@gmail.com>2013-03-06 14:44:44 +1100
commit6db859c849d522fe8d895f2eefd220a5498dc0fd (patch)
tree304a1497566db885cd1eb4dfcef003c7280baca8 /tools
parentf754398492beb66cfaadf1b5a3e66ba47581f2da (diff)
downloadhorizon-6db859c849d522fe8d895f2eefd220a5498dc0fd.tar.gz
Don't change dashboard on admin tenant switch
Switching projects as an admin user currently dumps you back to the Admin dashboard tab. This change fixes that by adding a 'next' parameter to the switching URL that points to the default panel of the current dashboard. The redirect is to the default panel rather than the current one, since the next tenant may not have access to the current panel and we want to avoid kicking a user back to the login screen. Fixes bug #1072848. Change-Id: I25b8c0e38945d5db57f5bfe7bb174cdbd66156d5
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index c4b30f93f..6736c7c73 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -1,7 +1,7 @@
# Horizon Core Requirements
Django>=1.4,<1.5
django_compressor
-django_openstack_auth>=1.0.3
+django_openstack_auth>=1.0.7
netaddr
python-cinderclient
python-glanceclient<2