c98c8d84ee
As of now, the server show and server list --long output shows the availability zone, that is, the AZ to which the host of the instance belongs. There is no way to tell from this information if the instance create request included an AZ or not. This change adds a new api microversion to add support for including availability zone requested during instance create in server show and server list --long responses. Change-Id: If4cf09c1006a3f56d243b9c00712bb24d2a796d3
27 lines
669 B
JSON
27 lines
669 B
JSON
{
|
|
"version": {
|
|
"id": "v2.1",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2.1/",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://docs.openstack.org/",
|
|
"rel": "describedby",
|
|
"type": "text/html"
|
|
}
|
|
],
|
|
"media-types": [
|
|
{
|
|
"base": "application/json",
|
|
"type": "application/vnd.openstack.compute+json;version=2.1"
|
|
}
|
|
],
|
|
"status": "CURRENT",
|
|
"version": "2.96",
|
|
"min_version": "2.1",
|
|
"updated": "2013-07-23T11:33:21Z"
|
|
}
|
|
}
|