a0b1951d2a
The down-cell microversion 2.69 just recently merged and it returns links in the response for GET /servers/detail and GET /servers but not for GET /servers/{server_id} which was an oversight because that API returns links normally. We should include the links key in the 'nova show' case as well and this patch does exactly that. Typically this would require a microversion change but given the code merged recently and is not yet released we are just fixing this oversight through this patch without a microversion bump. Closes-Bug: #1818131 Change-Id: I2ce03df994f59c37b5ce3102c4e7165d17701798
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"server": {
|
|
"OS-EXT-AZ:availability_zone": "UNKNOWN",
|
|
"OS-EXT-STS:power_state": 0,
|
|
"created": "2019-02-28T03:16:19Z",
|
|
"flavor": {
|
|
"disk": 1,
|
|
"ephemeral": 0,
|
|
"extra_specs": {},
|
|
"original_name": "m1.tiny",
|
|
"ram": 512,
|
|
"swap": 0,
|
|
"vcpus": 1
|
|
},
|
|
"id": "2669556b-b4a3-41f1-a0c1-f9c7ff75e53c",
|
|
"image": {
|
|
"id": "70a599e0-31e7-49b7-b260-868f441e862b",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/6f70656e737461636b20342065766572/images/70a599e0-31e7-49b7-b260-868f441e862b",
|
|
"rel": "bookmark"
|
|
}
|
|
]
|
|
},
|
|
"server_groups": [
|
|
"f3d86fe6-4246-4be8-b87c-eb894626c741"
|
|
],
|
|
"status": "UNKNOWN",
|
|
"tenant_id": "project",
|
|
"user_id": "fake",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2.1/6f70656e737461636b20342065766572/servers/2669556b-b4a3-41f1-a0c1-f9c7ff75e53c",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/6f70656e737461636b20342065766572/servers/2669556b-b4a3-41f1-a0c1-f9c7ff75e53c",
|
|
"rel": "bookmark"
|
|
}
|
|
]
|
|
}
|
|
}
|