fix bug of thread_bin execute

Change-Id: Idb7adab31c5669f1da491325cfab2d370a53f81b
This commit is contained in:
Zhou Ya 2017-03-21 16:00:16 +08:00
parent bad3ccbc4e
commit 2afdde6084
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ def _thread_bin(req, host, root_passwd, fp, host_name_ip_list,
LOG.info(_("prepare for %s successfully!" % host_ip))
fp.write(exc_result)
message = "Preparing for installation successful!"
update_host_progress_to_db(self.req, role_id_list, host,
update_host_progress_to_db(req, role_id_list, host,
kolla_state['INSTALLING'],
message, 10)