Add more log for update_host

Change-Id: I5126336f38444e3ffe264322ebe8c4d2ad846514
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
This commit is contained in:
Zhijiang Hu 2017-09-11 06:43:21 -04:00
parent 19af5971f6
commit 712949b3e8
1 changed files with 1 additions and 0 deletions

View File

@ -1885,6 +1885,7 @@ class Controller(controller.BaseController):
if host_meta.get('os_status') == 'init' and orig_host_meta.get(
'os_status') == 'active':
LOG.info("Ready fo discover host for %s" % host_meta['name'])
self._ready_to_discover_host(req, host_meta, orig_host_meta)
# Call extension when we ready to discover a host