summaryrefslogtreecommitdiff
path: root/nova/tests/unit/integrated/api_samples/os-attach-interfaces/attach-interfaces-list-resp.json.tpl
blob: 47dcf2dc64c093f83bd00b6c97920fd793a43555 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "interfaceAttachments": [
        {
            "port_state": "%(port_state)s",
            "fixed_ips": [
                {
                    "subnet_id": "%(subnet_id)s",
                    "ip_address": "%(ip_address)s"
                }
            ],
            "net_id": "%(net_id)s",
            "port_id": "%(port_id)s",
            "mac_addr": "%(mac_addr)s"
        }
    ]
}