Browse code

Make the standard devstack logging work with XenServer

Fixes bug 1087387

Stop redirecting the output in devstack to ensure when
you configure LOGFILE that the devstack scripts keep working

Change-Id: I00dce315f5f79c4fc351d9ab11c504274d998fce

John Garbutt authored on 2012/12/05 01:14:04
Showing 1 changed files
... ...
@@ -66,7 +66,7 @@ cat <<EOF >$STAGING_DIR/etc/rc.local
66 66
 # network restart required for getting the right gateway
67 67
 /etc/init.d/networking restart
68 68
 chown -R stack /opt/stack
69
-su -c "/opt/stack/run.sh > /opt/stack/run.sh.log 2>&1" stack
69
+su -c "/opt/stack/run.sh > /opt/stack/run.sh.log" stack
70 70
 exit 0
71 71
 EOF
72 72