Change gerrit ACLs for cinder-tempest-plugin
Currently the cinder-tempest-plugin repo uses the cinder ACLs. Change it to use its own ACL config file governed by a specific 'cinder-tempest-plugin-core' gerrit group. The cinder-core group will be added to this as an included group. This will give us the option to add cores to cinder-tempest-plugin who aren't also in cinder-core. Change-Id: I2244b680eef93f9ff30ffd69c7da0e226a76d427
This commit is contained in:
parent
0f896160f5
commit
bf5b3504c4
gerrit
24
gerrit/acls/openstack/cinder-tempest-plugin.config
Normal file
24
gerrit/acls/openstack/cinder-tempest-plugin.config
Normal file
@ -0,0 +1,24 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group cinder-tempest-plugin-core
|
||||
label-Code-Review = -2..+2 group cinder-tempest-plugin-core
|
||||
label-Review-Priority = -1..+2 group cinder-tempest-plugin-core
|
||||
label-Workflow = -1..+1 group cinder-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
|
@ -1670,7 +1670,6 @@
|
||||
description: Tempest plugin for Cinder project.
|
||||
groups:
|
||||
- cinder
|
||||
acl-config: /home/gerrit2/acls/openstack/cinder.config
|
||||
- project: openstack/cinderlib
|
||||
description: Direct usage of Cinder Block Storage drivers without the services
|
||||
acl-config: /home/gerrit2/acls/openstack/cinder.config
|
||||
|
Loading…
x
Reference in New Issue
Block a user