~sseman/juju-ci-tools/model-change-watcher-py3-2

« back to all changes in this revision

Viewing changes to assess_cs_staging.py

  • Committer: Martin
  • Date: 2016-07-01 22:10:10 UTC
  • mto: This revision was merged to the branch mainline in revision 1494.
  • Revision ID: gzlist@googlemail.com-20160701221010-puzod366fro16mg4
Rename methods and variables refering to admin model to new term controller model

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
 
30
30
def _set_charm_store_ip(client, ip):
31
 
    client.get_admin_client().juju('ssh', ('0', _get_ssh_script(ip)))
 
31
    client.get_controller_client().juju('ssh', ('0', _get_ssh_script(ip)))
32
32
 
33
33
 
34
34
def assess_deploy(client, charm):