nova/doc/v3/api_samples/os-floating-ips/floating-ips-get-resp.json
Eli Qiao 9a47137f53 Port floating_ips extension to v2.1
This patch ports floating_ips extension 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: Ib06c0d6c7ff123f09a99ed94f4b0009695897602
2014-11-28 13:19:30 +08:00

9 lines
153 B
JSON

{
"floating_ip": {
"fixed_ip": null,
"id": 1,
"instance_id": null,
"ip": "10.10.10.1",
"pool": "nova"
}
}