nova/doc/v3/api_samples/server-ips/server-ips-resp.json
ghanshyam 6931bedb9e Remove OS-EXT-IPS attributes from V2.1 server ips
V2.1 server ips response contain 'OS-EXT-IPS:type' & 'OS-EXT-IPS-MAC:mac_addr'
also which are new attributes compared to V2 response.

These new attributes are found during tempest testing by blocking
additional properties in schema -https://review.openstack.org/#/c/156130/

V2.1 must be identical with V2 and must not contain any new attributes in
response. This commit removes these new attributes from V2.1 API.

Partially implements blueprint v2-on-v3-api

Change-Id: Id9fcce0c9629c3d325b87cf9b35f13f1ba15b13f
2015-02-27 13:14:00 +09:00

10 lines
155 B
JSON

{
"addresses": {
"private": [
{
"addr": "192.168.0.3",
"version": 4
}
]
}
}