Merge "Fix rax-ord commands"
This commit is contained in:
commit
8258143542
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user