Add dedicated acls for glance_store
The glance team would like to join efforts with other teams to better maintain the drivers in glance_store. This patch adds an ACL file for glance_store and grants permissions to the swift-core team on the project. Change-Id: I8e34092c5860605341f8f168443f71a6be6a649c
This commit is contained in:
parent
cb83b3cec4
commit
5022c4cfe6
24
gerrit/acls/openstack/glance_store.config
Normal file
24
gerrit/acls/openstack/glance_store.config
Normal file
@ -0,0 +1,24 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group glance-core
|
||||
abandon = group swift-core
|
||||
label-Code-Review = -2..+2 group glance-core
|
||||
label-Code-Review = -2..+2 group swift-core
|
||||
label-Workflow = -1..+1 group glance-core
|
||||
label-Workflow = -1..+1 group swift-core
|
||||
|
||||
[access "refs/heads/stable/*"]
|
||||
abandon = group glance-stable-maint
|
||||
exclusiveGroupPermissions = abandon label-Code-Review label-Workflow
|
||||
label-Code-Review = -2..+2 group glance-stable-maint
|
||||
label-Code-Review = -1..+1 group Registered Users
|
||||
label-Workflow = -1..+1 group glance-stable-maint
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group library-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1730,7 +1730,6 @@
|
||||
description: Glance stores library
|
||||
groups:
|
||||
- glance-store
|
||||
acl-config: /home/gerrit2/acls/openstack/python-glanceclient.config
|
||||
options:
|
||||
- translate
|
||||
- project: openstack/gnocchi
|
||||
|
Loading…
x
Reference in New Issue
Block a user