e74b62f26f
V2.1 server update and rebuild response contain 'OS-EXT-IPS:type' & 'OS-EXT-IPS-MAC:mac_addr' in address field which are new attributes compared to V2 response for those API. 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: Id5b210d7afe5c0a590abcbd42b9ff85b071a5c55
54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"server": {
|
|
"OS-DCF:diskConfig": "AUTO",
|
|
"addresses": {
|
|
"private": [
|
|
{
|
|
"addr": "192.168.0.3",
|
|
"version": 4
|
|
}
|
|
]
|
|
},
|
|
"adminPass": "NBjMaJoFL4EF",
|
|
"created": "2012-12-02T02:11:56Z",
|
|
"flavor": {
|
|
"id": "1",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/flavors/1",
|
|
"rel": "bookmark"
|
|
}
|
|
]
|
|
},
|
|
"hostId": "c076393ad900d62c4805a42df10d9b364f629842681c00cce035487f",
|
|
"id": "63a8aa13-60fe-41c4-b079-77f6fdf3c841",
|
|
"image": {
|
|
"id": "70a599e0-31e7-49b7-b260-868f441e862b",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b",
|
|
"rel": "bookmark"
|
|
}
|
|
]
|
|
},
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v3/servers/63a8aa13-60fe-41c4-b079-77f6fdf3c841",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/servers/63a8aa13-60fe-41c4-b079-77f6fdf3c841",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"metadata": {
|
|
"My Server Name": "Apache1"
|
|
},
|
|
"name": "new-server-test",
|
|
"progress": 0,
|
|
"status": "ACTIVE",
|
|
"tenant_id": "openstack",
|
|
"updated": "2012-12-02T02:11:56Z",
|
|
"user_id": "fake"
|
|
}
|
|
} |