From f21485fbaaa19944eadd11ec97a846b1d13914f4 Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Sun, 24 Apr 2016 08:00:08 +0800 Subject: [PATCH] Remove the eth1 up and down manually in the rax-ord node Change-Id: I8372df9869df6e83b7a176184ce93da633525cbd Closes-Bug: #1574134 --- tools/setup_gate.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tools/setup_gate.sh b/tools/setup_gate.sh index bed7878757..dbfcd3d646 100755 --- a/tools/setup_gate.sh +++ b/tools/setup_gate.sh @@ -11,14 +11,6 @@ if [[ ! -f /etc/sudoers.d/jenkins ]]; then echo "jenkins ALL=(:docker) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/jenkins fi -# TODO(SamYaple): Remove this after https://review.openstack.org/#/c/294871/ -# NOTE(SamYaple): Temporarily fix RAX gate suffering from glean config issue -if [[ $(hostname) =~ "rax-ord" ]]; then - sudo ifdown eth1 - sleep 1 - sudo ifup eth1 -fi - function setup_config { # generate the config tox -e genconfig