nova/doc/v3/api_samples/os-floating-ip-dns/floating-ip-dns-create-or-update-entry-req.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

7 lines
84 B
JSON

{
"dns_entry": {
"ip": "192.168.53.11",
"dns_type": "A"
}
}