++ more host prefixing log code
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
a415cc4b91
commit
00a1f1eeb9
2 changed files with 7 additions and 7 deletions
|
|
@ -70,8 +70,8 @@ class ConfigInstall(object):
|
|||
start_time = time.time()
|
||||
self.deploy_to()
|
||||
self.cleanup()
|
||||
self.log.info("Finished run of %s in %s seconds",
|
||||
self.context.target_host, time.time() - start_time)
|
||||
self.log.info("Finished run in %s seconds",
|
||||
time.time() - start_time)
|
||||
|
||||
def stage_prepare(self):
|
||||
"""Do everything for a deploy, minus the actual code stage"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue