
Logaas is Logging as a Service for OpenStack Goal of this project is to unify process of how we are dealing with logs in OpenStack based on logstash/syslog and other backends, and as well present OpenStack API for querying logs. Change-Id: I4d115794d50e58f9277506425ba8600c67583afe
11 lines
347 B
Plaintext
11 lines
347 B
Plaintext
[access "refs/tags/*"]
|
|
pushSignedTag = group logaas-ptl
|
|
[access "refs/heads/*"]
|
|
label-Code-Review = -2..+2 group logaas-core
|
|
label-Workflow = -1..+1 group logaas-core
|
|
abandon = group logaas-core
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
[submit]
|
|
mergeContent = true |