~raharper/juju-deployer/populate-first

« back to all changes in this revision

Viewing changes to deployer/tests/test_importer.py

  • Committer: Ryan Harper
  • Date: 2015-02-11 22:01:37 UTC
  • Revision ID: ryan.harper@canonical.com-20150211220137-bm4gf29wfmer44y0
Add placement_first cli option.  This allocates machines in maas placement first to ensure no other services use the targetted machine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
            'no_local_mods': True,
37
37
            'no_relations': False,
38
38
            'overrides': None,
 
39
            'placement_first': False,
39
40
            'rel_wait': 60,
40
41
            'retry_count': 0,
41
42
            'series': None,