nova/nova/api/openstack/compute/views
Rajesh Tailor c98c8d84ee 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
2024-03-01 21:39:04 +05:30
..
__init__.py Implements blueprint separate-nova-volumeapi 2012-01-13 09:06:55 -08:00
addresses.py api: Pass request to 'addresses' view builder 2021-08-19 11:16:59 +01:00
flavors.py Multiple API cleanup changes 2019-08-12 08:52:38 -05:00
hypervisors.py Fix hypervisors paginted collection_name. 2020-02-24 16:49:35 +08:00
images.py Merge image_size extension response into image view builder 2018-10-18 01:59:34 +00:00
instance_actions.py Add pagination and changes-since for instance-actions 2017-12-14 07:42:17 +00:00
keypairs.py Fix os-keypairs pagination links 2020-03-06 16:57:44 +00:00
limits.py Combine the limits policies in single place 2020-04-01 19:58:22 +00:00
migrations.py Add pagination and Changes-since filter support for os-migrations. 2018-01-10 14:02:53 -05:00
server_diagnostics.py Standardization of VM diagnostics info API. 2017-06-05 07:45:51 +00:00
server_tags.py Added server tags controller 2016-04-06 16:37:22 +03:00
servers.py Add support for showing requested az in output 2024-03-01 21:39:04 +05:30
usages.py Simple tenant usage pagination 2016-12-14 03:33:50 +00:00
versions.py Replace os.path.join() for URLs 2015-12-08 17:46:34 +00:00