Fix puppet-refstack acl
It was referencing a non-existing puppet-system acl, that was removed in https://review.openstack.org/186217. So adding an individual ACL for it. Change-Id: Ieb6ed8e993da3ccb9386c8798e69d96ed0a7b19d
This commit is contained in:
parent
173dc753d5
commit
08d00de1b4
13
gerrit/acls/openstack-infra/puppet-refstack.config
Normal file
13
gerrit/acls/openstack-infra/puppet-refstack.config
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group puppet-refstack-core
|
||||||
|
label-Code-Review = -2..+2 group puppet-refstack-core
|
||||||
|
label-Workflow = -1..+1 group puppet-refstack-core
|
||||||
|
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushSignedTag = group puppet-refstack-release
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -499,7 +499,6 @@
|
|||||||
- openstack-ci
|
- openstack-ci
|
||||||
- project: openstack-infra/puppet-refstack
|
- project: openstack-infra/puppet-refstack
|
||||||
use-storyboard: true
|
use-storyboard: true
|
||||||
acl-config: /home/gerrit2/acls/openstack-infra/puppet-system.config
|
|
||||||
description: Puppet module for refstack.
|
description: Puppet module for refstack.
|
||||||
groups:
|
groups:
|
||||||
- openstack-ci
|
- openstack-ci
|
||||||
|
Loading…
Reference in New Issue
Block a user