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

« back to all changes in this revision

Viewing changes to assess_cloud_display.py

  • Committer: Aaron Bentley
  • Date: 2016-11-30 18:26:57 UTC
  • Revision ID: aaron.bentley@canonical.com-20161130182657-cxgrgirhdzhqgql4
MentionĀ releventĀ bugs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
        'manual': '',
30
30
        'maas': 'Metal As A Service',
31
31
        }
 
32
    # The lack of built-in descriptions for vsphere and manual is
 
33
    # bug #1646128.  The inability to specify descriptions interactively is
 
34
    # bug #1645783.
32
35
    defined = cloud.pop('defined')
33
36
    assert_equal(defined, 'local')
34
37
    description = cloud.pop('description')