Revision 95aee02c db/fixtures/db_test_data.json

b/db/fixtures/db_test_data.json
132 132
        "model": "db.VirtualMachine",
133 133
        "pk": 30000,
134 134
        "fields": {
135
            "owner": 30000,  
135
            "owner": 30000,
136 136
            "name": "snf-1001",
137 137
            "created": "2009-02-06 00:00:00",
138 138
            "charged": "2010-02-06 00:00:00",
......
142 142
            "operstate": "STARTED"
143 143
        }
144 144
    },
145
{
145
    {
146 146
        "model": "db.VirtualMachine",
147 147
        "pk": 30001,
148 148
        "fields": {
......
166 166
            "vm" : 30000,
167 167
            "owner" : 30000
168 168
        }
169
    },
170
    {
171
        "model": "db.VirtualMachine",
172
        "pk": 30002,
173
        "fields": {
174
            "owner": 30000,
175
            "name": "snf-test-building",
176
            "created": "2009-02-06 00:00:00",
177
            "charged": "2010-02-06 00:00:00",
178
            "sourceimage": 30000,
179
            "hostid": "HAL-9000",
180
            "flavor": 30000,
181
            "operstate": "BUILD"
182
        }
169 183
    }
170 184
]

Also available in: Unified diff