Revision 44e6ec18

b/db/fixtures/db_test_data.json
100 100
            "name": "Debian Squeeze",
101 101
            "updated": "2011-02-06 00:00:00",
102 102
            "created": "2011-02-06 00:00:00",
103
            "size" : 2000,
104 103
            "state": "ACTIVE",
105
            "description": "Full Debian Squeeze Installation",
106 104
            "owner" : 30000
107 105
        }
108 106
    },
109 107
    {
108
        "model": "db.ImageMetadata",
109
        "pk": 1,
110
        "fields": {
111
            "meta_key": "description",
112
            "meta_value": "Debian Squeeze, full installation",
113
            "image": 30000
114
        }
115
    },
116
    {
117
        "model": "db.ImageMetadata",
118
        "pk": 2,
119
        "fields": {
120
            "meta_key": "size",
121
            "meta_value": "2048",
122
            "image": 30000
123
        }
124
    },
125
    {
110 126
        "model": "db.VirtualMachine",
111 127
        "pk": 30000,
112 128
        "fields": {

Also available in: Unified diff