system-config/modules/openstack_project/files/gerrit/acls/openstack-dev/heat-cfnclient.config
Steve Baker fe9d555463 Create new repo to host legacy heat-cfn client.
Our cfn compatible clients (heat-cfn, heat-boto, heat-watch)
need to be moved out of the main heat server repo.

These tools are only useful to heat developers to debug
the CloudFormation compatible API, so openstack-dev has
been chosen as the most appropriate home.

There is no intention to do any pypi released from this
repo, and we will be instructing distro packagers to not
package these scripts.

Change-Id: I5a1f8cb51f20733fa9b91ebbd60fe3066e3313f8
2013-08-07 10:31:16 +12:00

17 lines
515 B
Plaintext

[access "refs/heads/*"]
label-Code-Review = -2..+2 group heat-core
label-Approved = +0..+1 group heat-core
[access "refs/heads/milestone-proposed"]
label-Code-Review = -2..+2 group heat-milestone
label-Approved = +0..+1 group heat-milestone
[access "refs/tags/*"]
create = group heat-ptl
pushTag = group heat-ptl
[project]
state = active
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true