summaryrefslogtreecommitdiff
path: root/nova/tests/unit/integrated/v3/api_samples/os-networks/network-create-resp.json.tpl
blob: 5cf155b13feab521aae950831f8a1c517855ea2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
    "network": {
        "bridge": null,
        "vpn_public_port": null,
        "dhcp_start": "%(ip)s",
        "bridge_interface": null,
        "updated_at": null,
        "id": "%(id)s",
        "cidr_v6": null,
        "deleted_at": null,
        "gateway": "%(ip)s",
        "rxtx_base": null,
        "label": "new net 111",
        "priority": null,
        "project_id": null,
        "vpn_private_address": null,
        "deleted": null,
        "vlan": null,
        "broadcast": "%(ip)s",
        "netmask": "%(ip)s",
        "injected": null,
        "cidr": "10.20.105.0/24",
        "vpn_public_address": null,
        "multi_host": null,
        "dns2": null,
        "created_at": null,
        "host": null,
        "gateway_v6": null,
        "netmask_v6": null,
        "dns1": null,
        "mtu": 9000,
        "dhcp_server": "10.20.105.2",
        "enable_dhcp": false,
        "share_address": true
    }
}