~landscape/juju-deployer/clouds-and-stuff

« back to all changes in this revision

Viewing changes to healer.py

  • Committer: David Britton
  • Date: 2013-04-11 17:05:37 UTC
  • Revision ID: dpb@canonical.com-20130411170537-kpqp2spkzph63itv
add logging to front of healer script

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
    retry = 30
19
19
 
20
20
    # make sure we're bootstrapped
 
21
    log.info("Getting current snapshot of juju status")
21
22
    status = juju_status(env)
22
23
 
23
24
    i = 0