| Summary: | Packstack changes logging for Horizon | ||
|---|---|---|---|
| Product: | [Community] RDO | Reporter: | Matthias Runge <mrunge> |
| Component: | openstack-packstack | Assignee: | Matthias Runge <mrunge> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ami Jeain <ajeain> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | aortega, derekh, yeylon |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-django-horizon-2013.2-2.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-01-19 09:50:24 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: | |
ok, the commit with the change from above was made on Dec 11 2012. I'll change the packages to take care of that dir. |
Description of problem: Packstack overwrites the config for Horizon: 'file': { 'level': 'DEBUG', 'class': 'logging.FileHandler', 'filename': '/var/log/horizon/horizon.log', }, This dir does not exist, or if it exists, it's owned by root, where apache may not write. So, please when creating that dir, please chown it to apache:apache. thanks. Version-Release number of selected component (if applicable): rpm -q openstack-packstack openstack-packstack-2013.2.1-0.10.dev763.el6.noarch Without changing ownership of this file, horizon is not usable at all.