d61d1f62da
This patch enable extension access_ips, remove old 'access_ip_*' attributes and related unittest from servers core. And remove old attributes from api samples. Partially implements bp nova-v3-api DocImpact Change-Id: Id4c8bb721550e317e0695d7876e2faa3d6e91a60
58 lines
1.8 KiB
JSON
58 lines
1.8 KiB
JSON
{
|
|
"servers": [
|
|
{
|
|
"addresses": {
|
|
"private": [
|
|
{
|
|
"addr": "192.168.0.3",
|
|
"mac_addr": "aa:bb:cc:dd:ee:ff",
|
|
"type": "fixed",
|
|
"version": 4
|
|
}
|
|
]
|
|
},
|
|
"created": "2013-09-03T04:01:32Z",
|
|
"flavor": {
|
|
"id": "1",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/flavors/1",
|
|
"rel": "bookmark"
|
|
}
|
|
]
|
|
},
|
|
"host_id": "bcf92836fc9ed4203a75cb0337afc7f917d2be504164b995c2334b25",
|
|
"id": "f5dc173b-6804-445a-a6d8-c705dad5b5eb",
|
|
"image": {
|
|
"id": "70a599e0-31e7-49b7-b260-868f441e862b",
|
|
"links": [
|
|
{
|
|
"href": "http://glance.openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b",
|
|
"rel": "bookmark"
|
|
}
|
|
]
|
|
},
|
|
"key_name": null,
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v3/servers/f5dc173b-6804-445a-a6d8-c705dad5b5eb",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/servers/f5dc173b-6804-445a-a6d8-c705dad5b5eb",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"metadata": {
|
|
"My Server Name": "Apache1"
|
|
},
|
|
"name": "new-server-test",
|
|
"progress": 0,
|
|
"status": "ACTIVE",
|
|
"tenant_id": "openstack",
|
|
"updated": "2013-09-03T04:01:32Z",
|
|
"user_id": "fake"
|
|
}
|
|
]
|
|
}
|