Limit enforcement library to assist with quota calculation.
Go to file
Lance Bragstad 996edbae12 Add skeleton enforce() method to Enforcer
The `enforce()` method is going to be the main entry point into
oslo.limit for services enforcing usage against unified limits.

Future patches will add methods for collecting information from
keystone, resolving callback functions for project resource usage, and
implement different enforcement models (flat, strict-two-level).

Change-Id: I3cca109213e6d3fad91160ebb632d15499690093
2019-06-20 14:18:38 +00:00
doc Sync Sphinx requirement 2019-06-03 10:42:10 +08:00
oslo_limit Add skeleton enforce() method to Enforcer 2019-06-20 14:18:38 +00:00
releasenotes/source Fix CI 2018-07-30 14:22:38 +08: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 Drop py35 jobs 2019-03-05 11:12:54 +05:30
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
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-23 06:30:33 +00:00
babel.cfg Init repo 2018-05-17 18:06:06 +08:00
lower-constraints.txt Add opts file 2018-09-06 14:38:39 +08:00
requirements.txt Add opts file 2018-09-06 14:38:39 +08: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 Replace git.openstack.org URLs with opendev.org URLs 2019-04-23 06:30:33 +00:00

README.rst

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.