~hazmat/charms/trusty/juju-gui/trunk

« back to all changes in this revision

Viewing changes to tests/deploy.py

  • Committer: Francesco Banconi
  • Date: 2013-08-30 13:58:14 UTC
  • mfrom: (60.13.26 trunk)
  • Revision ID: francesco.banconi@canonical.com-20130830135814-rib0sa70apyzr3n3
MergedĀ juju-guiĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
        config_file = make_charm_config_file({charm: options})
69
69
        args.extend(['--config', config_file.name])
70
70
    if force_machine is not None:
71
 
        args.extend(['--force-machine', str(force_machine)])
 
71
        args.extend(['--to', str(force_machine)])
72
72
    args.append('local:{}/{}'.format(series, charm))
73
73
    juju(*args)
74
74
    juju('expose', charm)