Add branch creation acl for nova-lxd project.

nova-lxd didn't have branch creation permissions granted to anyone.
This is a problem when it comes time to release. This patch adds
the acl so that nova-lxd-core can create branches.

Change-Id: I66fc66ba0eae269390f40a9fd679d73c3fc0ccc6
This commit is contained in:
Paul Hummer 2016-10-06 08:24:58 -06:00
parent 122b7b6789
commit b4b262f1ec
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
[access "refs/heads/*"]
abandon = group nova-lxd-core
create = group nova-lxd-core
label-Code-Review = -2..+2 group nova-lxd-core
label-Workflow = -1..+1 group nova-lxd-core