Change gerrit ACLs for glance-tempest-plugin
Currently the glance-tempest-plugin repo uses the glance ACLs. Change it to use its own ACL config file governed by a specific 'glance-tempest-plugin-core' gerrit group. The glance-core group will be added to this as an included group. This will give us the option to add cores to glance-tempest-plugin who aren't also in glance-core, but have knowledge of both glance as well as tempest. Change-Id: I81b0e9eee9579a18834eff51fbe2c367f71c0763
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group glance-tempest-plugin-core
|
||||
label-Code-Review = -2..+2 group glance-tempest-plugin-core
|
||||
label-Review-Priority = -1..+2 group glance-tempest-plugin-core
|
||||
label-Workflow = -1..+1 group glance-tempest-plugin-core
|
||||
|
||||
[label "Review-Priority"]
|
||||
copyAllScoresIfNoCodeChange = true
|
||||
copyAllScoresOnTrivialRebase = true
|
||||
copyMaxScore = true
|
||||
copyMinScore = true
|
||||
defaultValue = 0
|
||||
function = AnyWithBlock
|
||||
value = -1 Branch Freeze
|
||||
value = 0 No Priority
|
||||
value = +1 Important Change
|
||||
value = +2 Gate Blocker Fix / Urgent Change
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
||||
@@ -3159,7 +3159,6 @@
|
||||
description: Tempest plugin for Glance project.
|
||||
groups:
|
||||
- glance
|
||||
acl-config: /home/gerrit2/acls/openstack/glance.config
|
||||
- project: openstack/glance_store
|
||||
description: Glance stores library
|
||||
groups:
|
||||
|
||||
Reference in New Issue
Block a user