summaryrefslogtreecommitdiff
path: root/nova/tests/unit/integrated/api_samples/os-fixed-ips/fixedips-get-resp.json.tpl
blob: a3d11475bfdd4a409512fecaefe59065a11804d6 (plain)
1
2
3
4
5
6
7
8
{
    "fixed_ip": {
        "cidr": "%(cidr)s",
        "hostname": "%(hostname)s",
        "host": "%(host)s",
        "address": "%(address)s"
    }
}