Add support for showing requested az in output

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
This commit is contained in:
Rajesh Tailor
2024-01-03 18:52:03 +05:30
parent 7fa1859576
commit c98c8d84ee
21 changed files with 647 additions and 8 deletions
@@ -0,0 +1,7 @@
---
features:
- |
The 2.96 microversion has been added. This microversion adds
pinned_availability_zone in `server show` and `server list --long`
responses.