Revision 78d9b6b7 db/fixtures/initial_data.json

b/db/fixtures/initial_data.json
42 42
            "ipsix": "::1",
43 43
            "owner": 1,
44 44
            "flavor": 1,
45
            "operstate": "BUILD"
45
            "_operstate": "STOPPED"
46
        }
47
    },
48
    {
49
        "model": "db.VirtualMachine",
50
        "pk": 1002,
51
        "fields": {
52
            "name": "snf-1002",
53
            "created": "2011-02-10 00:00:00",
54
            "charged": "2011-02-10 00:00:00",
55
            "sourceimage": 1,
56
            "hostid": "HAL-9000",
57
            "description": "mail server",
58
            "ipfour": "192.168.2.2",
59
            "ipsix": "::2",
60
            "owner": 1,
61
            "flavor": 1,
62
            "_operstate": "BUILD"
63
        }
64
    },
65
    {
66
        "model": "db.VirtualMachine",
67
        "pk": 1003,
68
        "fields": {
69
            "name": "snf-1003",
70
            "created": "2011-02-10 00:00:00",
71
            "charged": "2011-02-10 00:00:00",
72
            "sourceimage": 1,
73
            "hostid": "HAL-9000",
74
            "description": "my server",
75
            "ipfour": "192.168.2.3",
76
            "ipsix": "::3",
77
            "owner": 1,
78
            "flavor": 1,
79
            "_operstate": "STARTED"
80
        }
81
    },
82
    {
83
        "model": "db.VirtualMachine",
84
        "pk": 1004,
85
        "fields": {
86
            "name": "snf-1004",
87
            "created": "2011-02-10 00:00:00",
88
            "charged": "2011-02-10 00:00:00",
89
            "sourceimage": 1,
90
            "hostid": "HAL-9000",
91
            "description": "my 2nd server",
92
            "ipfour": "192.168.2.4",
93
            "ipsix": "::4",
94
            "owner": 1,
95
            "flavor": 1,
96
            "_operstate": "STARTED"
46 97
        }
47 98
    },
48 99
    {
......
55 106
            "state": "ACTIVE",
56 107
            "description": "Full Debian Squeeze Installation"
57 108
        }
109
    },
110
    {
111
        "model": "db.Image",
112
        "pk": 2,
113
        "fields": {
114
            "name": "Slackware 13.1",
115
            "updated": "2011-02-10 00:00:00",
116
            "created": "2011-02-10 00:00:00",
117
            "state": "ACTIVE",
118
            "description": "Full Slackware 13.1 Installation"
119
        }
58 120
    }
59 121
]

Also available in: Unified diff