~ubuntu-branches/ubuntu/quantal/nova/quantal-proposed

« back to all changes in this revision

Viewing changes to nova/tests/api/openstack/compute/contrib/test_flavorextradata.py

  • Committer: Package Import Robot
  • Author(s): Adam Gandelman, Adam Gandelman, Chuck Short
  • Date: 2012-08-27 15:37:18 UTC
  • mfrom: (1.1.60)
  • Revision ID: package-import@ubuntu.com-20120827153718-lj8er44eqqz1gsrj
Tags: 2012.2~rc1~20120827.15815-0ubuntu1
[ Adam Gandelman ]
* New upstream release.

[ Chuck Short ]
* debian/patches/0001-Update-tools-hacking-for-pep8-1.2-and-
  beyond.patch: Dropped we dont run pep8 tests anymore.
* debian/control: Drop pep8 build depends
* debian/*.upstart.in: Make sure we transition correctly from runlevel
  1 to 2. (LP: #820694)

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        'rxtx_factor': 1.0,
40
40
        'extra_specs': {},
41
41
        'deleted_at': None,
42
 
        'vcpu_weight': None
 
42
        'vcpu_weight': None,
 
43
        'is_public': True
43
44
    }
44
45
 
45
46
 
72
73
                'OS-FLV-EXT-DATA:ephemeral': 1,
73
74
                'swap': 512,
74
75
                'rxtx_factor': 1,
 
76
                'os-flavor-access:is_public': True,
75
77
            }
76
78
        }
77
79
 
93
95
                'OS-FLV-EXT-DATA:ephemeral': 1,
94
96
                'swap': 512,
95
97
                'rxtx_factor': 1,
 
98
                'os-flavor-access:is_public': True,
96
99
            },
97
100
            {
98
101
                'id': '2',
103
106
                'OS-FLV-EXT-DATA:ephemeral': 1,
104
107
                'swap': 512,
105
108
                'rxtx_factor': 1,
 
109
                'os-flavor-access:is_public': True,
106
110
            },
107
111
        ]
108
112