Skip to content

Commit 3a6c1cb

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Enhance simple usage API documentation"
2 parents 920a153 + 01f0424 commit 3a6c1cb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

api-ref/source/os-simple-tenant-usage.inc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ Reports usage statistics of compute and storage resources periodically
88
for an individual tenant or all tenants. The usage statistics will include
99
all instances' CPU, memory and local disk during a specific period.
1010

11+
.. warning::
12+
13+
The `os-simple-tenant-usage` will report usage statistics based on the latest
14+
flavor that is configured in the virtual machine (VM), and ignoring stop,
15+
pause, and other events that might have happened with the VM. Therefore, it
16+
uses the time the VM existed in the cloud environment to execute the usage
17+
accounting.
18+
19+
More information can be found at
20+
http://eavesdrop.openstack.org/meetings/nova/2020/nova.2020-12-03-16.00.log.txt,
21+
and https://review.opendev.org/c/openstack/nova/+/711113
22+
1123
Microversion 2.40 added pagination (and ``next`` links) to the usage
1224
statistics via optional ``limit`` and ``marker`` query parameters. If
1325
``limit`` isn't provided, the configurable ``max_limit`` will be used which

0 commit comments

Comments
 (0)