c25a3bec74
This template was previously set to use the local hosts fqdn for the jeepyb gerrit-host config item. Now that we've switched to indexed hosts for review.o.o that ends up as review01.openstack.org. This would work fine for network connectivity to the ssh server and otherwise we wouldn't notice except that this is the value we write into the .gitreview files. To make them more accurate switch to review.openstack.org as the explicit value. Note I considered making this configurable but we already assume so many other openstack specific values in this file I don't think its super necessary. Change-Id: I065af01b2793639453562d924e58ba7c769dcd38
15 lines
465 B
Plaintext
15 lines
465 B
Plaintext
[projects]
|
|
homepage=http://openstack.org
|
|
acl-dir=/home/gerrit2/acls
|
|
local-git-dir=<%= @local_git_dir %>
|
|
jeepyb-cache-dir=<%= @jeepyb_cache_dir %>
|
|
gerrit-host=review.openstack.org
|
|
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
|