
microversion 2.96 changed the GET and GET list details APi response to add a new field 'pinned_availability_zone' - https://review.opendev.org/c/openstack/nova/+/904568 but when we change the views/servers.py then update server and rebuild server API response also gets updated. - https://review.opendev.org/c/openstack/nova/+/904568/17/nova/api/openstack/compute/views/servers.py#309 The microversion change actually changed the response for the update and rebuild API but did not update the documentation about this change. Neither added test for rebuild and update which verify the response change. Since microversion 2.75, we have made all these 4 APIs response consistent. Change-Id: I31fbb3c5e689302713bfb7a254c5d0cc12de2dc4
8 lines
209 B
YAML
8 lines
209 B
YAML
---
|
|
features:
|
|
- |
|
|
The 2.96 microversion has been added. This microversion adds
|
|
pinned_availability_zone in `server show`, `server list --long`,
|
|
`server update`, and `server rebuild` responses.
|
|
|