Stop printing network diagnostics

Once I256c31312fa97dbc3aa44732cae99d066b57d223 merges, the same data
will be getting added at the start of job logs by the job
configuration so it becomes redundant here.

Change-Id: Ibc64753e5a26197cefe97d6866e921082429ef37
This commit is contained in:
Jeremy Stanley
2014-03-19 00:16:46 +00:00
parent e848b876fe
commit 8129b23a42

View File

@@ -260,13 +260,6 @@ fi
echo "Triggered by: https://review.openstack.org/$ZUUL_CHANGE patchset $ZUUL_PATCHSET"
echo "Pipeline: $ZUUL_PIPELINE"
echo "IP configuration of this host:"
indent ip addr show
echo "IP routing tables of this host:"
indent ip route show
indent ip -6 route show
echo "ARP table of this host:"
indent ip neighbor show
echo "Available disk space on this host:"
indent df -h