suppress devstack console log

instead of printing devstack log to the console, suppress it. We
are already logging it in a sublog. In the normal case, this will
mean our logs are largely the tempest run logs, which are the things
that most people care about (unless something goes wrong).

Change-Id: I438c16d3117e065123afa9ea8c0f7d79a955f9cb
This commit is contained in:
Sean Dague
2014-02-23 10:55:11 -05:00
parent f6ebd7f15a
commit 8360a24a1e

View File

@@ -272,7 +272,8 @@ else
sudo chown -R stack:stack $BASE
echo "Running devstack"
sudo -H -u stack stdbuf -oL -eL ./stack.sh
echo "... this will take 5 - 8 minutes"
sudo -H -u stack stdbuf -oL -eL ./stack.sh > /dev/null
# provide a check that the right db was running
# the path are different for fedora and red hat.