nova/doc
Lucian Petrut afc3a16ce3 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.

Change-Id: I6c7a67b23ec49aa207c33c38580acd834bb27e3c
Closes-Bug: #1796689
2018-10-26 14:47:52 +00:00
..
api_samples Fix os-simple-tenant-usage result order 2018-10-26 14:47:52 +00:00
ext Replace support matrix ext with common library 2018-07-16 15:04:00 +01:00
notification_samples Merge "Follow up for Ib6f95c22ffd3ea235b60db4da32094d49c2efa2a" 2018-10-02 08:57:36 +00:00
source Merge "Update doc" 2018-10-08 13:56:34 +00:00
test Remove unnecessary redirect 2018-09-28 11:36:06 +09:00
README.rst Fix the file name of development-environment.rst 2018-06-07 15:26:08 +09:00
requirements.txt Replace support matrix ext with common library 2018-07-16 15:04:00 +01:00

OpenStack Nova Documentation README

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

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

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

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