bc794da31e
The projects list is a common list for devs to interact with. The config in the list is not, but the config in the list means the file needs to be in an erb template. Split the two concerns, similar to zuul. Put the config in a config file and the project data in a yaml file. Change-Id: I708b8655b4b1ce377f3b7369e987418c1d72d977
14 lines
412 B
Plaintext
14 lines
412 B
Plaintext
[projects]
|
|
homepage=http://openstack.org
|
|
acl-dir=/home/gerrit2/acls
|
|
local-git-dir=<%= local_git_dir %>
|
|
gerrit-host=<%= fqdn %>
|
|
gerrit-user=openstack-project-creator
|
|
gerrit-committer=OpenStack Project Creator <openstack-infra@lists.openstack.org>
|
|
gerrit-key=<%= ssh_project_key %>
|
|
github-config=/etc/github/github-projects.secure.config
|
|
has-wiki=False
|
|
has-issues=False
|
|
has-pull-requests=False
|
|
has-downloads=False
|