Bug 1270213
| Summary: | sometimes I can't login into horizon | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Martin Pavlásek <mpavlase> | ||||
| Component: | python-django-horizon | Assignee: | Matthias Runge <mrunge> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Ido Ovadia <iovadia> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 7.0 (Kilo) | CC: | aortega, apevec, athomas, mrunge, yeylon | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 8.0 (Liberty) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-10-09 12:16:13 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Martin Pavlásek
2015-10-09 09:51:21 UTC
Discovered in my local firefox v34 and openstack environment is running on RHEL 7.1 I assume, you have something in logs, esp about cookie size? Created attachment 1081280 [details]
horizon.log
Part of horizon.log that is related to cookie size.
here you go. add SESSION_ENGINE = 'django.contrib.sessions.backends.cache' to your local settings, make sure, you have a memcached installed and configured systemctl restart httpd I opened a bug about this a while ago on installer https://bugzilla.redhat.com/show_bug.cgi?id=1255369 *** This bug has been marked as a duplicate of bug 1255369 *** |