Enable nova-docker-core(s) to create branches and tags

Looks like the template used to create the nova-docker acl
missed a couple of things.

Change-Id: Ie021fe7bf730cfa650eb021d418430c44d06aeff
This commit is contained in:
Davanum Srinivas
2014-12-29 19:00:39 -05:00
parent c8903f8b54
commit 520a12a066

View File

@@ -1,5 +1,6 @@
[access "refs/heads/*"]
abandon = group nova-docker-core
create = group nova-docker-core
label-Code-Review = -2..+2 group nova-docker-core
label-Workflow = -1..+1 group nova-docker-core
@@ -10,6 +11,9 @@ label-Code-Review = -2..+2 group nova-docker-core
label-Code-Review = -1..+1 group Registered Users
label-Workflow = -1..+1 group nova-docker-core
[access "refs/tags/*"]
pushSignedTag = group nova-docker-core
[receive]
requireChangeId = true
requireContributorAgreement = true