Fix cinder gerrit acl

We need to specify a group, otherwise probably only a user named
"cinder-core" would be allow to set the Review-Priority.

Change-Id: If7db7524d93da1bf9c2adf5ca814e12e2fbf4bf3
This commit is contained in:
Jens Harbott 2018-12-18 15:06:12 +00:00
parent 12aef72616
commit 2147801dab
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[access "refs/heads/*"]
abandon = group cinder-core
label-Code-Review = -2..+2 group cinder-core
label-Review-Priority = -1..+2 cinder-core
label-Review-Priority = -1..+2 group cinder-core
label-Verified = -1..+1 group cinder-ci
label-Workflow = -1..+1 group cinder-core