Merge pull request #115 from rybaktomasz/return-info

Return information about created image.
This commit is contained in:
Anders Ingemann 2014-07-01 19:36:21 +02:00
commit 05081daf5c

View file

@ -78,6 +78,7 @@ def run(opts):
tasklist.run(info=bootstrap_info, dry_run=opts['--dry-run'])
# We're done! :-)
log.info('Successfully completed bootstrapping')
return bootstrap_info
except (Exception, KeyboardInterrupt) as e:
# When an error occurs, log it and begin rollback
log.exception(e)