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:
Flavio Percoco 2015-12-17 15:30:11 -04:30 committed by Andreas Jaeger
parent cb83b3cec4
commit 5022c4cfe6
2 changed files with 24 additions and 1 deletions

View 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

View File

@ -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