Statistics
| Branch: | Tag: | Revision:

root / db / fixtures / images.json @ 432fc8c3

History | View | Annotate | Download (2.3 kB)

1
[
2
    {
3
        "model": "db.Image",
4
        "pk": 3,
5
        "fields": {
6
            "name": "Debian Unstable",
7
            "created": "2011-02-06 00:00:00",
8
            "updated": "2011-02-06 00:00:00",
9
            "state": "ACTIVE",
10
        }
11
    },
12
    {
13
        "model": "db.Image",
14
        "pk": 4,
15
        "fields": {
16
            "name": "Red Hat Enterprise Linux",
17
            "created": "2011-02-06 00:00:00",
18
            "updated": "2011-02-06 00:00:00",
19
            "state": "ACTIVE",
20
        }
21
    },
22
    {
23
        "model": "db.Image",
24
        "pk": 5,
25
        "fields": {
26
            "name": "Ubuntu 10.10",
27
            "created": "2011-02-06 00:00:00",
28
            "updated": "2011-02-06 00:00:00",
29
            "state": "ACTIVE",
30
        }
31
    },
32
    {
33
        "model": "db.ImageMetadata",
34
        "pk": 1,
35
        "fields": {
36
            "meta_key": "OS",
37
            "meta_value": "debian",
38
            "image": 3
39
        }
40
    },
41
    {
42
        "model": "db.ImageMetadata",
43
        "pk": 2,
44
        "fields": {
45
            "meta_key": "kernel",
46
            "meta_value": "2.6.37",
47
            "image": 3
48
        }
49
    },
50
    {
51
        "model": "db.ImageMetadata",
52
        "pk": 3,
53
        "fields": {
54
            "meta_key": "description",
55
            "meta_value": "Red Hat Enterprise Linux, full installation",
56
            "image": 4
57
        }
58
    },
59
    {
60
        "model": "db.ImageMetadata",
61
        "pk": 4,
62
        "fields": {
63
            "meta_key": "size",
64
            "meta_value": "2048",
65
            "image": 4
66
        }
67
    },
68
    {
69
        "model": "db.ImageMetadata",
70
        "pk": 5,
71
        "fields": {
72
            "meta_key": "description",
73
            "meta_value": "Ubuntu 10.10, full installation",
74
            "image": 5
75
        }
76
    },
77
    {
78
        "model": "db.ImageMetadata",
79
        "pk": 6,
80
        "fields": {
81
            "meta_key": "size",
82
            "meta_value": "8192",
83
            "image": 5
84
        }
85
    },
86
    {
87
        "model": "db.ImageMetadata",
88
        "pk": 7,
89
        "fields": {
90
            "meta_key": "description",
91
            "meta_value": "Debian Sid, full installation",
92
            "image": 3
93
        }
94
    },
95
    {
96
        "model": "db.ImageMetadata",
97
        "pk": 8,
98
        "fields": {
99
            "meta_key": "size",
100
            "meta_value": "8192",
101
            "image": 3
102
        }
103
    }
104
]