How to login with different projects?

Asked by Weiwen Chen

Try to login dashboard with a user that is configured in multiple projects. Seems dashboard choses one project automatically. Is there a way to login with a specific project at different time?

Thanks ahead

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Dashboard (Horizon) Edit question
Assignee:
No assignee Edit question
Solved by:
Weiwen Chen
Solved:
Last query:
Last reply:
Revision history for this message
Julie Pichon (jpichon) said :
#1

The "Current project" switcher on the left-side menu should be clickable and let the user access the other projects.

If not, it could be incompatibility between python-keystoneclient and django_openstack_auth versions -- can you provide the version numbers for these two as well as the version of OpenStack you're running?

The comments on this bug might help you with debugging: https://bugs.launchpad.net/horizon/+bug/1121191

Revision history for this message
Weiwen Chen (wei-wen-chen) said :
#2

Thanks for the context.

Not sure how to get those package versions as this is devstack setup, but I just installed top of trunk bits 2 days ago.

# keystone --version
     0.2.2.55.g58cb347

I also tried IE and Chrome, and none of them switchable.

Revision history for this message
Weiwen Chen (wei-wen-chen) said :
#3

It is verified django_openstack_auth>=1.0.6 should make the project switch usable.

This should be configured in pip but not so it is a bug in TOT