commit | 46e74f339d2b1d9ab6969127923503a04d88aff3 | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.opendev.org> | Sat Jun 27 12:25:28 2020 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Sat Jun 27 12:25:29 2020 +0000 |
tree | 54fd47a29606999f547d6be17de544d23835dea7 | |
parent | 85825f1c2c64890921e4438dbb81e3362e9529a8 [diff] | |
parent | 32c00890ed5f296ccb829196accfb437dbed8f6f [diff] |
Merge "Prepare for dropping keystone admin endpoint"
diff --git a/lib/neutron-legacy b/lib/neutron-legacy index 5e4251f..59649ef 100644 --- a/lib/neutron-legacy +++ b/lib/neutron-legacy
@@ -622,7 +622,7 @@ IP_UP="sudo ip link set $to_intf up" if [[ "$af" == "inet" ]]; then IP=$(echo $IP_BRD | awk '{ print $1; exit }' | grep -o -E '(.*)/' | cut -d "/" -f1) - ARP_CMD="sudo arping -A -c 3 -w 4.5 -I $to_intf $IP " + ARP_CMD="sudo arping -A -c 3 -w 5 -I $to_intf $IP " fi fi