refactored service boot path discovery to be more robust, still based on services provided alone

This commit is contained in:
Blake J. Harnden 2018-08-01 10:13:57 -07:00
parent 23f5d7fb8c
commit 4a9c751935
3 changed files with 125 additions and 113 deletions

View file

@ -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()