project-config/gerrit/acls/openstack-dev/os-http.config
Jamie Lennox 239fc7f8f8 Import os-http into openstack infrastructure
os-http is a CLI for making raw http requests against OpenStack services
for development purposes. It handles the standard authentication and
discovery process so that you can focus on the response.

Change-Id: I2767bdc395f686199fa6547dc9229b5c2b2711b1
2016-06-06 17:15:22 +10:00

15 lines
303 B
Plaintext

[access "refs/heads/*"]
abandon = group os-http-core
label-Code-Review = -2..+2 group os-http-core
label-Workflow = -1..+1 group os-http-core
[access "refs/tags/*"]
pushSignedTag = group os-http-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true