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:
parent
122b7b6789
commit
b4b262f1ec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user