From 72cffd56bf68afcb4ca087f6ed852f875b3bc90e Mon Sep 17 00:00:00 2001 From: John Garbutt Date: Tue, 4 Dec 2012 16:14:04 +0000 Subject: [PATCH] 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 --- tools/xen/build_xva.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xen/build_xva.sh b/tools/xen/build_xva.sh index 9eae19038a..c359c55806 100755 --- a/tools/xen/build_xva.sh +++ b/tools/xen/build_xva.sh @@ -66,7 +66,7 @@ cat <$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