Merge "Updating doc of unified limit"

This commit is contained in:
Zuul 2018-10-25 18:26:06 +00:00 committed by Gerrit Code Review
commit 70da8a70f2
1 changed files with 7 additions and 1 deletions

View File

@ -27,10 +27,16 @@ establish a limit may include:
- API service type (e.g. compute, network, object-storage)
- a resource type (e.g. ram_mb, vcpus, security-groups)
- a default limit
- a project specific limit
- a project specific limit i.e resource limit
- user_id (optional)
- a region (optional depending on the service)
.. NOTE:: The `default limit` of registered limit and the `resource limit` of
limit now are limited from `-1` to `2147483647` (integer). `-1` means
no limit and `2147483647` is the max value for user to define limits.
The length of unified limit's `resource type` now is limited from `1`
to `255` (string).
Since keystone is the source of truth for nearly everything in the above list,
limits are a natural fit as a keystone resource. Two different limit resources
exist in this design. The first is a registered limit and the second is a