
Adding the project definition for the Octavia project - an LBaaS reference implementation. Includes: - Adds project to Stackforge - Gerritbot for Freenode in #openstack-lbaas - Adds basic Python Jenkins and Zuul jobs - Adds Gerrit ACLs for the repo Change-Id: I1fcdefd295dc7f23be6fa66e523d269f6ca32b42
12 lines
352 B
Plaintext
12 lines
352 B
Plaintext
[access "refs/heads/*"]
|
|
label-Code-Review = -2..+2 group octavia-core
|
|
label-Workflow = -1..+1 group octavia-core
|
|
abandon = group octavia-core
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group octavia-ptl
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
[submit]
|
|
mergeContent = true
|