RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1020815 - Packstack changes logging for Horizon
Summary: Packstack changes logging for Horizon
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RDO
Classification: Community
Component: openstack-packstack
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Matthias Runge
QA Contact: Ami Jeain
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-18 10:44 UTC by Matthias Runge
Modified: 2015-01-19 09:50 UTC (History)
3 users (show)

Fixed In Version: python-django-horizon-2013.2-2.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-01-19 09:50:24 UTC
Embargoed:


Attachments (Terms of Use)

Description Matthias Runge 2013-10-18 10:44:25 UTC
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.

Comment 1 Matthias Runge 2013-10-18 11:25:10 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.