File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,18 @@ Reports usage statistics of compute and storage resources periodically
8
8
for an individual tenant or all tenants. The usage statistics will include
9
9
all instances' CPU, memory and local disk during a specific period.
10
10
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
+
11
23
Microversion 2.40 added pagination (and ``next `` links) to the usage
12
24
statistics via optional ``limit `` and ``marker `` query parameters. If
13
25
``limit `` isn't provided, the configurable ``max_limit `` will be used which
You can’t perform that action at this time.
0 commit comments