neutron-lbaas-dashboard project is missing perms

Due to [1], we need to reflect changes in the release management
process.

The neutron-lbaas-dashboard project is missing permissions
needed for release.  This patch adds permissions for the
neutron-release group.

[1] https://review.openstack.org/#/c/290735/

Change-Id: I369e4a0169efed2fef2647996a1de234a50e06f4
This commit is contained in:
Michael Johnson 2016-03-16 14:51:27 -07:00
parent 506c30245b
commit acd8129dbb

View File

@ -3,6 +3,7 @@ pushMerge = group neutron-release
[access "refs/heads/*"]
abandon = group neutron-lbaas-dashboard-core
create = group neutron-release
label-Code-Review = -2..+2 group neutron-lbaas-dashboard-core
label-Verified = -1..+1 group neutron-ci
label-Workflow = -1..+1 group neutron-lbaas-dashboard-core
@ -19,6 +20,9 @@ label-Workflow = -1..+0 group Change Owner
label-Workflow = -1..+1 group Project Bootstrappers
label-Workflow = -1..+1 group neutron-stable-maint
[access "refs/tags/*"]
pushSignedTag = group neutron-release
[receive]
requireChangeId = true
requireContributorAgreement = true