nova/doc/v3/api_samples/os-floating-ip-dns/floating-ip-dns-list-resp.json
Eli Qiao 8b0e091577 Port floating_ip_dns extention to v2.1
This patch ports floating_ip_dns extention from v2 to v2.1,
and have v2 unit test cases shared between v2.1 and v2.
Partially implements blueprint v2-on-v3-api

Change-Id: Ia1316697c141fde2b431ba79aebae5986687a4fa
2014-10-24 13:42:46 +08:00

10 lines
202 B
JSON

{
"domain_entries": [
{
"availability_zone": null,
"domain": "domain1.example.org",
"project": "project1",
"scope": "public"
}
]
}