Merge "Fix rax-ord commands"

This commit is contained in:
Jenkins 2016-03-21 22:16:48 +00:00 committed by Gerrit Code Review
commit 8258143542

View File

@ -11,9 +11,9 @@ fi
# TODO(SamYaple): Remove this after https://review.openstack.org/#/c/294871/ # TODO(SamYaple): Remove this after https://review.openstack.org/#/c/294871/
# NOTE(SamYaple): Temporarily fix RAX gate suffering from glean config issue # NOTE(SamYaple): Temporarily fix RAX gate suffering from glean config issue
if [[ $(hostname) =~ "rax-ord" ]]; then if [[ $(hostname) =~ "rax-ord" ]]; then
ifdown eth1 sudo ifdown eth1
sleep 1 sleep 1
ifup eth1 sudo ifup eth1
fi fi
function setup_config { function setup_config {