Merge "Make the standard devstack logging work with XenServer"

This commit is contained in:
Jenkins 2012-12-06 21:27:42 +00:00 committed by Gerrit Code Review
commit e5f8d1228a

View File

@ -66,7 +66,7 @@ cat <<EOF >$STAGING_DIR/etc/rc.local
# network restart required for getting the right gateway
/etc/init.d/networking restart
chown -R stack /opt/stack
su -c "/opt/stack/run.sh > /opt/stack/run.sh.log 2>&1" stack
su -c "/opt/stack/run.sh > /opt/stack/run.sh.log" stack
exit 0
EOF