Limit enforcement library to assist with quota calculation.
Go to file
ZhongShengping d702f1f97e Clean up .gitignore references to personal tools
Developers run all sorts of different tools within Git repositories,
any of which can leave their own special trashfiles all over the
place. We can't every hope to catalog them all, so better to
recommend developers simply configure a global core.excludesfile to
filter the irrelevant files which tend to get created by their
personal choice of tools.

To this end, remove the long-standing sections for "Mr Developer"
and "Editors" since their mere existence here sends the signal that
we welcome (and have time to review) additions for any old tool
someone ever might happen to try. Also add a comment block
explaining this, for clarity.

We can, and should of course, continue to list files created by the
tools recommended by our workflow (test frameworks called from tox,
documentation and packaging builds, et cetera).

This change is a port of I1b41efac219fca44e2548fc36633724d0ecfc0cb
from the openstack-dev/oslo-cookiecutter repository.

Change-Id: If94ca7bcf92366570623feda58c19314a6ad0bad
2018-10-15 11:56:11 +08:00
doc Merge "Use openstackdocstheme for documentation" 2018-10-05 09:30:58 +00:00
oslo_limit Add opts file 2018-09-06 14:38:39 +08: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 Added .gitreview 2018-03-19 19:54:21 +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 lib-forward-testing-python3 test job 2018-08-14 11:50:31 -04: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
README.rst Init repo 2018-05-17 18:06:06 +08: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 Render API reference documentation 2018-09-24 13:23:00 +00:00
setup.py Init repo 2018-05-17 18:06:06 +08:00
test-requirements.txt Fix CI 2018-07-30 14:22:38 +08:00
tox.ini fix doc gate 2018-08-14 11:50:08 -04: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.