| Summary: | packstack wrong configuration for Horizon CACHE_BACKEND in local_setting.py | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Nir Magnezi <nmagnezi> | ||||
| Component: | openstack-packstack | Assignee: | Francesco Vollero <fvollero> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Martin Magr <mmagr> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 3.0 | CC: | ajeain, aortega, breeler, derekh, fvollero, hateya, mmagr, mrunge, yeylon | ||||
| Target Milestone: | rc | Keywords: | OtherQA, Triaged | ||||
| Target Release: | 4.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | openstack-packstack-2013.2.1-0.14.dev919.el6ost | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-12-20 00:19:50 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: | |||||
| Attachments: |
|
||||||
|
Description
Nir Magnezi
2013-08-21 11:41:56 UTC
Created attachment 788827 [details]
local_settings.py
It's fixed in Havana already. Adding OtherQA for bugs in MODIFIED [root@virtual-rhel ~]# cat /etc/openstack-dashboard/local_settings | grep CACHE -A8
# memcached set CACHES to something like
# CACHES = {
# 'default': {
# 'BACKEND' : 'django.core.cache.backends.memcached.MemcachedCache',
# 'LOCATION' : '127.0.0.1:11211',
# }
#}
CACHES = {
'default': {
# 'BACKEND': 'django.core.cache.backends.locmem.LocMemCache'
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'LOCATION': '127.0.0.1:11211',
}
}
[root@virtual-rhel ~]# cat /var/log/httpd/*log | grep CACHE
[root@virtual-rhel ~]#
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2013-1859.html |