nova/doc/v3/api_samples/os-fixed-ips/fixedips-get-resp.json
Eli Qiao f7107c8480 Port fixed_ip extention to v2.1
This patch ports fixed_ip 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: Ifa7e0dd5a91cfe881077b92aeb7019d0435d780a
2014-10-21 09:33:49 +08:00

8 lines
151 B
JSON

{
"fixed_ip": {
"address": "192.168.1.1",
"cidr": "192.168.1.0/24",
"host": "host",
"hostname": "openstack"
}
}