Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / db / fixtures / initial_data.json @ e6a42a96

History | View | Annotate | Download (347 Bytes)

1
[
2
    {
3
        "model": "db.Network",
4
        "pk": 1,
5
        "fields": {
6
            "name": "public",
7
            "created": "2011-04-01",
8
            "updated": "2011-04-01",
9
            "state": "ACTIVE",
10
            "public": 1,
11
            "link": "snf_public",
12
            "dhcp": 1,
13
            "type": "PUBLIC_ROUTED"
14
        }
15
    }
16
]