Limit enforcement library to assist with quota calculation.
Go to file
John Garbutt a044cd9d70 Fetch unified limits from keystone
For a given resource find out the current limits for the project.
If there are no per project limits look up the registered limits
that act as a default for when there are no project limits.

Future patches will look at comparing these limits with the current and
proposed resource usage to enforce the limits.

Change-Id: Ia5ced4a46833b194f397ac936b99b0c9573b50d1
Co-Authored-By: wangxiyuan <wangxiyuan1007@gmail.com>
Co-Authored-By: Lance Bragstad <lbragstad@gmail.com>
2019-11-25 18:29:05 +00:00
doc tox: Keeping going with docs 2019-10-24 15:15:43 +08:00
oslo_limit Fetch unified limits from keystone 2019-11-25 18:29:05 +00:00
releasenotes/source Update master for stable/train 2019-09-20 16:33:15 +00:00
.coveragerc Init repo 2018-05-17 18:06:06 +08:00
.gitignore Clean up .gitignore references to personal tools 2018-10-15 11:56:11 +08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:29:49 +00:00
.mailmap Init repo 2018-05-17 18:06:06 +08:00
.stestr.conf Init repo 2018-05-17 18:06:06 +08:00
.zuul.yaml Add Python 3 Train unit tests 2019-07-05 14:45:16 -04:00
babel.cfg Init repo 2018-05-17 18:06:06 +08:00
CONTRIBUTING.rst Init repo 2018-05-17 18:06:06 +08:00
HACKING.rst Update url in HACKING.rst 2018-06-21 21:39:22 +08:00
LICENSE Init repo 2018-05-17 18:06:06 +08:00
lower-constraints.txt Add ksa connection logic 2019-11-22 16:58:36 +00:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-23 06:30:33 +00:00
requirements.txt Add ksa connection logic 2019-11-22 16:58:36 +00:00
setup.cfg Drop py35 jobs 2019-03-05 11:12:54 +05:30
setup.py Init repo 2018-05-17 18:06:06 +08:00
test-requirements.txt Update hacking version 2019-02-13 15:15:50 +08:00
tox.ini tox: Keeping going with docs 2019-10-24 15:15:43 +08:00

Team and repository tags

image

oslo.limit

Latest Version

Downloads

Oslo.limit is the limit enforcement library to assist with quota calculation. It aims to provide support for quota enforcement across all OpenStack services.