
devstack-vagrant is a set of vagrant tooling around devstack to make it super easy to bring up devstack locally on any machine that supports vagrant. It includes a few top level config options to bring up some custom configs of devstack, and will be evolved to make it easy to replicate very closely the configuration of devstack-gate. Change-Id: I24390f5fbd582b8d7d268c6460ac24479c63719f
15 lines
558 B
Plaintext
15 lines
558 B
Plaintext
[access "refs/heads/*"]
|
|
label-Code-Review = -2..+2 group devstack-core
|
|
label-Workflow = -1..+1 group devstack-core
|
|
abandon = group devstack-core
|
|
[access "refs/heads/stable/*"]
|
|
exclusiveGroupPermissions = label-Code-Review label-Workflow abandon
|
|
label-Code-Review = -2..+2 group devstack-core
|
|
label-Code-Review = -1..+1 group Registered Users
|
|
label-Workflow = -1..+1 group devstack-core
|
|
abandon = group devstack-core
|
|
[receive]
|
|
requireChangeId = true
|
|
[submit]
|
|
mergeContent = true
|