nova/doc
Lucian Petrut f8a721ae85 Fix os-simple-tenant-usage result order
nova usage-list can return incorrect results, having resources counted
twice. This only occurs when using the 2.40 microversion or later.

This microversion introduced pagination, which doesn't work properly.
Nova API will sort the instances using the tenant id and instance uuid,
but 'os-simple-tenant-usage' will not preserve the order when returning
the results.

For this reason, subsequent API calls made by the client will use the
wrong marker (which is supposed to be the last instance id), ending
up counting the same instances twice.

NOTE(melwitt): The differences from the Queens change in the sample
.tpl and .json files are because change
I3b25debb0bcfd4e211734307c8d363f2b5dbc655 is not in Pike, so there
are only two generated UUIDs per server (instance UUID and vif UUID)
instead of three (instance UUID, vif UUID, and bdm UUID).

Change-Id: I6c7a67b23ec49aa207c33c38580acd834bb27e3c
Closes-Bug: #1796689
(cherry picked from commit afc3a16ce3)
(cherry picked from commit 133b194ba0)
(cherry picked from commit 70b4cdce68)
2020-08-03 13:43:55 +02:00
..
api_samples Fix os-simple-tenant-usage result order 2020-08-03 13:43:55 +02:00
ext doc: fix show-hide sample in notification devref 2017-09-01 10:57:39 -04:00
notification_samples Implement power_off/power_on for the FakeDriver 2019-07-26 17:23:16 -04:00
source Explicitly fail if trying to attach SR-IOV port 2019-11-21 13:19:16 +00:00
README.rst Rearranges to create new Compute API Guide 2015-11-12 10:47:23 +00:00

README.rst

OpenStack Nova Documentation README

Both contributor developer documentation and REST API documentation are sourced here.

Contributor developer docs are built to: http://docs.openstack.org/developer/nova/

API guide docs are built to: http://developer.openstack.org/api-guide/compute/

For more details, see the "Building the Documentation" section of doc/source/development.environment.rst.