~fwereade/pyjuju/preflight-constraints

« back to all changes in this revision

Viewing changes to juju/control/destroy_environment.py

  • Committer: William Reade
  • Date: 2012-04-04 15:39:01 UTC
  • mfrom: (494.1.18 trunk)
  • Revision ID: fwereade@gmail.com-20120404153901-aewisetre0zwgcus
finished tests, removed inappropriate preflighting

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
@inlineCallbacks
17
17
def command(options):
18
18
    """
19
 
    Terminate all machines and other associated resources for an environment.
 
19
    Terminate all machines and resources for an environment.
20
20
    """
21
21
    environment = get_environment(options)
22
22
    provider = environment.get_machine_provider()