Revision 6ef51e9f snf-app/synnefo/db/fixtures/vms.json

b/snf-app/synnefo/db/fixtures/vms.json
1 1
[
2 2
    {
3
        "model": "db.Image",
4
        "pk": 1,
5
        "fields": {
6
            "name": "Debian Squeeze",
7
            "created": "2011-02-06 00:00:00",
8
            "updated": "2011-02-06 00:00:00",
9
            "state": "ACTIVE"
10
        }
11
    },
12
    {
13 3
        "model": "db.VirtualMachine",
14 4
        "pk": 1001,
15 5
        "fields": {
......
17 7
            "name": "snf-1001",
18 8
            "created": "2011-02-06 00:00:00",
19 9
            "updated": "2011-02-06 00:00:00",
20
            "charged": "2011-02-06 00:00:00",
21 10
            "imageid": "1",
22 11
            "hostid": "HAL-9000",
23 12
            "flavor": 1,
......
32 21
            "name": "snf-1002",
33 22
            "created": "2011-02-10 00:00:00",
34 23
            "updated": "2011-02-10 00:00:00",
35
            "charged": "2011-02-10 00:00:00",
36 24
            "imageid": "1",
37 25
            "hostid": "HAL-9000",
38 26
            "flavor": 1,
......
47 35
            "name": "snf-1003",
48 36
            "created": "2011-02-10 00:00:00",
49 37
            "updated": "2011-02-10 00:00:00",
50
            "charged": "2011-02-10 00:00:00",
51 38
            "imageid": "1",
52 39
            "hostid": "HAL-9000",
53 40
            "flavor": 1,
......
63 50
            "name": "snf-1004",
64 51
            "created": "2011-02-10 00:00:00",
65 52
            "updated": "2011-02-10 00:00:00",
66
            "charged": "2011-02-10 00:00:00",
67 53
            "imageid": "1",
68 54
            "hostid": "HAL-9000",
69 55
            "flavor": 1,
......
78 64
            "meta_value": "debian",
79 65
            "vm": 1001
80 66
        }
81
    },
82
    {
83
        "model": "db.Image",
84
        "pk": 2,
85
        "fields": {
86
            "name": "Slackware 13.1",
87
            "created": "2011-02-10 00:00:00",
88
            "updated": "2011-02-10 00:00:00",
89
            "state": "ACTIVE",
90
            "userid": "test",
91
            "sourcevm": 1001
92
        }
93 67
    }
94 68
]

Also available in: Unified diff