Skip to content

Commit

Permalink
Merge "Check reimage status with --ip option."
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed May 22, 2015
2 parents 4d1e8cf + 8d1211b commit 7473023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fabfile/tasks/helpers.py
Expand Up @@ -1274,8 +1274,8 @@ def all_sm_reimage_status(attempts=180, interval=10, node=None, contrail_role='a
count+=1
for node in nodes:
user, hostip = node.split('@')
cmd = smgr_client + " status server"
cmd = cmd + " | grep %s -A3 | grep status" %(hostip)
cmd = smgr_client + " status server --ip %s" %(hostip)
cmd = cmd + " | grep status"
try:
op_string=local(cmd,capture=True)
except:
Expand Down

0 comments on commit 7473023

Please sign in to comment.