6db859c849
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
16 lines
319 B
Plaintext
16 lines
319 B
Plaintext
# Horizon Core Requirements
|
|
Django>=1.4,<1.5
|
|
django_compressor
|
|
django_openstack_auth>=1.0.7
|
|
netaddr
|
|
python-cinderclient
|
|
python-glanceclient<2
|
|
python-keystoneclient
|
|
python-novaclient>=2.11.1,<3
|
|
python-quantumclient>=2.0
|
|
python-swiftclient>1.1,<2
|
|
pytz
|
|
|
|
# Horizon Utility Requirements
|
|
lockfile # for SECURE_KEY generation
|