~gz/pyjuju/0.5_unicode_token_backport

« back to all changes in this revision

Viewing changes to juju/agents/provision.py

  • Committer: Clint Byrum
  • Author(s): Martin Packman
  • Date: 2012-09-10 08:32:41 UTC
  • Revision ID: clint@ubuntu.com-20120910083241-xueuh0bt5jl44w2b
OpenStack Provider

Show diffs side-by-side

added added

removed removed

Lines of Context:
195
195
        for instance_id in unused:
196
196
            log.info("Shutting down machine id:%s ...", instance_id)
197
197
            machine = provider_machines[instance_id]
 
198
 
198
199
            try:
199
200
                yield self.provider.shutdown_machine(machine)
200
201
            except ProviderError: