yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #60868
[Bug 1659818] [NEW] No user_home when session is expired
Public bug reported:
Steps to reproduce:
Login and wait for you session to expire (or delete the sessionid cookie).
Press the Openstack logo up in the left corner (/dashboard/home/).
And you get:
AttributeError at /home/
'AnonymousUser' object has no attribute 'token'
Problem is line 40 in openstack_dashboard/views.py.
The attribute user.token doesn't exist since the session has expired.
** Affects: horizon
Importance: Undecided
Assignee: Fredrik Starkenberg (fresta)
Status: New
** Changed in: horizon
Assignee: (unassigned) => Fredrik Starkenberg (fresta)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1659818
Title:
No user_home when session is expired
Status in OpenStack Dashboard (Horizon):
New
Bug description:
Steps to reproduce:
Login and wait for you session to expire (or delete the sessionid cookie).
Press the Openstack logo up in the left corner (/dashboard/home/).
And you get:
AttributeError at /home/
'AnonymousUser' object has no attribute 'token'
Problem is line 40 in openstack_dashboard/views.py.
The attribute user.token doesn't exist since the session has expired.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1659818/+subscriptions
Follow ups