Horizon sessions storage is not compatible with HA

Bug #1303932 reported by Igor Yozhikov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Committed
Medium
Bogdan Dobrelya

Bug Description

SESSION_ENGINE variable is not defined in the /etc/openstack-dashboard/local_settings.py and default value used from /usr/share/openstack-dashboard/openstack_dashboard/settings.py in the environment, deployed by FUEL.
SESSION_ENGINE = 'django.contrib.sessions.backends.signed_cookies'
This affects HA mode and murano-dashboard functionality.

 There is solution for this case - use django.contrib.sessions.backends.cache as SESSION_ENGINE.
SESSION_ENGINE = 'django.contrib.sessions.backends.cache' (https://review.openstack.org/#/c/84088/1)

description: updated
Revision history for this message
Sergey Vasilenko (xenolog) wrote :
Changed in fuel:
status: New → Confirmed
assignee: nobody → Fuel Library Team (fuel-library)
Changed in fuel:
milestone: none → 5.0
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-library (stable/4.1)

Fix proposed to branch: stable/4.1
Review: https://review.openstack.org/85943

Changed in fuel:
assignee: Fuel Library Team (fuel-library) → Bogdan Dobrelya (bogdando)
status: Confirmed → In Progress
Revision history for this message
Bogdan Dobrelya (bogdando) wrote :

Please abandon 85728 backport due to wrong change-id, a new one is 85943

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (master)

Reviewed: https://review.openstack.org/84088
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=00c7a74490e584aa3287ea13bedd00ae8eeb228a
Submitter: Jenkins
Branch: master

commit 00c7a74490e584aa3287ea13bedd00ae8eeb228a
Author: Sergey Vasilenko <email address hidden>
Date: Mon Mar 31 13:30:22 2014 +0400

    Setup default session backend

    Closes-bug: #1303932
    Change-Id: Iff6935caf1466acd08c9885042d5778357d745cd

Changed in fuel:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.