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

« back to all changes in this revision

Viewing changes to assess_resources.py

  • Committer: Christopher Lee
  • Date: 2016-10-06 01:28:20 UTC
  • mto: This revision was merged to the branch mainline in revision 1633.
  • Revision ID: chris.lee@canonical.com-20161006012820-65szepg3i4z3m6n9
Further removal of @local, affecting assess_resources.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    data['size'] = size
37
37
    data['origin'] = 'upload'
38
38
    data['used'] = True
39
 
    data['username'] = 'admin@local'
 
39
    data['username'] = 'admin'
40
40
    data['path'] = '{}.txt'.format(name)
41
41
    return data
42
42