refactored service boot path discovery to be more robust, still based on services provided alone
This commit is contained in:
parent
23f5d7fb8c
commit
4a9c751935
3 changed files with 125 additions and 113 deletions
|
@ -734,7 +734,7 @@ class Session(object):
|
|||
pool.join()
|
||||
for result in results:
|
||||
result.get()
|
||||
logger.info("BOOT RUN TIME: %s", time.time() - start)
|
||||
logger.debug("boot run time: %s", time.time() - start)
|
||||
|
||||
self.update_control_interface_hosts()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue