Create new project for oslo.limit

During the Rocky PTG, it was decided that services should have some
sort of library to help with quota enforcement based on limits stored
in keystone. This relationship is very similar to how services
enforce policy decisions based on role assignments in keystone using
the oslo.policy library.

This commit creates a new oslo library called oslo.limit to fill this
need.

Needed-By: I46d5d16f29a4a613c96f01023c89e94b39abf2dd
Change-Id: I1bdb05189fa0346426cb36d4a3d5fe458eb69871
This commit is contained in:
Lance Bragstad 2018-03-07 20:26:58 +00:00
parent 0bf4f09e11
commit 3e3395793d
4 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,16 @@
[access "refs/heads/*"]
abandon = group oslo-limit-core
label-Code-Review = -2..+2 group oslo-limit-core
label-Workflow = -1..+1 group oslo-limit-core
[access "refs/heads/stable/*"]
abandon = group stable-maint-core
label-Code-Review = -2..+2 group stable-maint-core
label-Workflow = -1..+1 group stable-maint-core
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -5277,6 +5277,10 @@
description: Internationalization and translation library.
options:
- translate
- project: openstack/oslo.limit
description: Limit enforcement library to assist with quota calculation.
options:
- translate
- project: openstack/oslo.log
description: Logging library.
options:

View File

@ -1001,6 +1001,7 @@ openstack-keystone:
- openstack/keystoneauth
- openstack/keystonemiddleware
- openstack/ldappool
- openstack/oslo.limit
- openstack/oslo.policy
- openstack/pycadf
- openstack/python-keystoneclient
@ -1301,6 +1302,7 @@ openstack-merges:
- openstack/oslo.context
- openstack/oslo.db
- openstack/oslo.i18n
- openstack/oslo.limit
- openstack/oslo.messaging
- openstack/oslo.middleware
- openstack/oslo.policy
@ -1546,6 +1548,7 @@ openstack-oslo:
- openstack/oslo.context
- openstack/oslo.db
- openstack/oslo.i18n
- openstack/oslo.limit
- openstack/oslo.log
- openstack/oslo.messaging
- openstack/oslo.middleware

View File

@ -971,6 +971,7 @@
- openstack/oslo.context
- openstack/oslo.db
- openstack/oslo.i18n
- openstack/oslo.limit
- openstack/oslo.log
- openstack/oslo.messaging
- openstack/oslo.middleware