~veebers/juju-ci-tools/migration-add-migrate-back-to-original

« back to all changes in this revision

Viewing changes to fakejuju.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:
529
529
        model_name = 'name'
530
530
        data = {
531
531
            'name': model_name,
532
 
            'owner': 'admin@local',
 
532
            'owner': 'admin',
533
533
            'life': 'alive',
534
534
            'status': {'current': 'available', 'since': '15 minutes ago'},
535
535
            'users': self.get_users(),