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
12 lines
311 B
Plaintext
12 lines
311 B
Plaintext
[projects]
|
|
homepage=http://openstack.org
|
|
acl-dir=/home/gerrit2/acls
|
|
local-git-dir=<%= local_git_dir %>
|
|
gerrit-host=<%= fqdn %>
|
|
gerrit-user=openstack-dev-project-creator
|
|
gerrit-key=<%= ssh_project_key %>
|
|
github-config=/etc/github/github-projects.secure.config
|
|
has-wiki=False
|
|
has-issues=False
|
|
has-downloads=False
|