| commit | 5a98d4f7d0a1cf00f2aca9e0f3f6cdc285c1ee79 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Tue Oct 13 02:12:45 2015 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Tue Oct 13 02:12:45 2015 +0000 |
| tree | 121e0a69c1dcedaf1d4ab5dfc9e8c329133c9fec | |
| parent | 9e00fef424fa5610729506455d68aa0966328094 [diff] | |
| parent | 95d4226c4ce4e3ddd0d159572790d04c17bea831 [diff] |
Merge "make i local"
diff --git a/lib/ironic b/lib/ironic index 40475e0..6ec7e80 100644 --- a/lib/ironic +++ b/lib/ironic
@@ -559,6 +559,7 @@ # timing out. local resource=$1 local expected_count=$2 + local i echo_summary "Waiting 2 minutes for Nova resource tracker to pick up $resource >= $expected_count" for i in $(seq 1 120); do if [ $(nova hypervisor-stats | grep " $resource " | get_field 2) -ge $expected_count ]; then