summaryrefslogtreecommitdiff
path: root/nova/tests/unit/integrated/api_samples/os-attach-interfaces/attach-interfaces-show-resp.json.tpl
blob: 3333bb49991a8523a0409b27d31467031d1ec100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "interfaceAttachment": {
        "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"
    }
}