← Back to team overview

openstack team mailing list archive

Absolute limits is quotas?

 

Hi all.

Official documentation says: "The name of the absolute limit uniquely
identifies the limit within a deployment.", but my experiments shows that
limits affects only within tenants, as quotas do.

What i do:
I start instance in "demo" tenant and see:
$nova absolute-limits
+-------------------------+-------+
| Name                    | Value |
+-------------------------+-------+
...
| maxTotalCores           | 20    |
...
| totalCoresUsed          | 2    |

I suppose in "alt_demo" tenant i can see decreased by 2 value, but there is
no change..

Can anybody explain what absolute-limits is and how it differs from quotas?
Thank you.

Follow ups