Fixed django user log file ownership

Change-Id: Ia122c171c6f32b43949e831beefab7eeed34ba44
This commit is contained in:
Igor Yozhikov 2013-11-27 19:49:17 +04:00
parent 89ad6a0f89
commit 8d7403edb2
1 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,8 @@ PREREQ_PKGS="wget make git python-pip python-dev python-mysqldb libxml2-dev libx
SERVICE_SRV_NAME="murano-dashboard"
GIT_CLONE_DIR=`echo $SERVICE_CONTENT_DIRECTORY | sed -e "s/$SERVICE_SRV_NAME//"`
HORIZON_CONFIGS="/opt/stack/horizon/openstack_dashboard/settings.py,/usr/share/openstack-dashboard/openstack_dashboard/settings.py"
APACHE_USER=www-data
APACHE_GROUP=www-data
APACHE_USER=horizon
APACHE_GROUP=horizon
LOG_DIR="/var/log/murano/"
# Functions
@ -255,7 +255,7 @@ postinst()
rebuildstatic
sleep 2
chown $APACHE_USER:$APACHE_GROUP $LOG_DIR/murano-dashboard.log
chown -R horizon:horizon /var/lib/openstack-dashboard
chown -R $APACHE_USER:$APACHE_GROUP /var/lib/openstack-dashboard
service apache2 restart
}
# Command line args'