Comment 5 for bug 1455976

Revision history for this message
Mark Vanderwiel (vanderwl) wrote :

A closely related issue is how the initial project is chosen. Looks to be which project works first, and the user default project is ignored.
https://github.com/openstack/django_openstack_auth/blob/master/openstack_auth/backend.py#L193

This shows up in the default non-admin demo user in devstack. The devstack demo user usually has 2 projects, demo and invisible_to_admin, and it's ugly to have to change this back to demo project.

There should be a way to get the default project and at least try that one first if it's been set.