timeout logic causes logout when load balanced
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
Fix Released
|
Low
|
David Lyle | ||
Havana |
Fix Released
|
Low
|
Kieran Spear |
Bug Description
The session timeout code in the horizon/
Results in redirection to the login screen and Session expired error if not fixed.
Example with 3 minute time difference:
import datetime
timestamp = datetime.
day_one = datetime.
day_two = datetime.
print (day_one - day_two).seconds
print (day_two - day_one).seconds
print abs((day_one - day_two)
print abs((day_two - day_one)
print abs(day_one - day_two).seconds
print abs(day_two - day_one).seconds
Output:
86160
240
240.0
240.0
240
240
Changed in horizon: | |
assignee: | nobody → David Lyle (david-lyle) |
summary: |
- timeout logic causes logout when loud balanced + timeout logic causes logout when load balanced |
description: | updated |
description: | updated |
description: | updated |
description: | updated |
tags: | added: havana-backport-potential |
Changed in horizon: | |
importance: | Undecided → Low |
milestone: | none → icehouse-1 |
Changed in horizon: | |
milestone: | icehouse-1 → icehouse-2 |
tags: | removed: havana-backport-potential |
Changed in horizon: | |
status: | Fix Committed → Fix Released |
Changed in horizon: | |
milestone: | icehouse-2 → 2014.1 |
Fix proposed to branch: master /review. openstack. org/53163
Review: https:/