nova/doc/v3/api_samples/os-floating-ip-pools/floatingippools-list-resp.json
Eli Qiao 2773fedfc2 Port floating_ip_pools extention to v2.1
This patch ports floating_ip_pools 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: I0b34358db08a29e76a59b22a0992abc88296058d
2014-10-13 15:33:03 +08:00

10 lines
133 B
JSON

{
"floating_ip_pools": [
{
"name": "pool1"
},
{
"name": "pool2"
}
]
}