From 8129b23a42e4952ff2bc66dc2fde608c15351b44 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 19 Mar 2014 00:16:46 +0000 Subject: [PATCH] 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 --- devstack-vm-gate-wrap.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/devstack-vm-gate-wrap.sh b/devstack-vm-gate-wrap.sh index f2c3d3bd..cb844319 100755 --- a/devstack-vm-gate-wrap.sh +++ b/devstack-vm-gate-wrap.sh @@ -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