Bug 1023980 - Horizon User settings are not persistent between sessions.
Summary: Horizon User settings are not persistent between sessions.
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: python-django-horizon
Version: 3.0
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
: 4.0
Assignee: RHOS Maint
QA Contact: Ami Jeain
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-28 13:44 UTC by Nir Magnezi
Modified: 2013-10-28 15:22 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-28 15:22:35 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Nir Magnezi 2013-10-28 13:44:20 UTC
Description of problem:
=======================
When a user changes language or timezone, those changed are not persistant.
The expected behavior is that the setting will be persistent between sessions, but it's not.
I've found this problem in Havana as well, but it was fixed upstream[1]
A backport for this fix will resolve this issue.

[1] https://bugs.launchpad.net/horizon/+bug/1225250

Version-Release number of selected component (if applicable):
=============================================================
Grizzly 2013-10-24.5
python-django-horizon-2013.1.4-1.el6ost.noarch

How reproducible:
=================
Always

Steps to Reproduce:
===================
1. Change the setting at the user settings menu. http://<FQDN>/dashboard/settings/
2. Logout.
3. Login with the same user.
4. Check user settings.

Actual results:
===============
setting are not persistent between sessions.

Expected results:
=================
setting will be persistent between sessions.

Comment 2 Matthias Runge 2013-10-28 15:22:35 UTC
This is old, and known. 

Until sessions are stored in databases, as documented in our RHOS docs, your user settings will be forgotten.


Note You need to log in before you can comment on or make changes to this bug.