Use direct gerrit contactstore to avoid CDN issues

* modules/openstack_project/manifests/review.pp: The foundation
member API backend now has a separate direct hostname which can be
used to connect to it without going through a CDN. Using it will
work around proxy-related throttle problems we've seen in the past
where the CDN decides it's being attacked by our Gerrit when failing
arbitrary contact store updates.

Change-Id: I5387eb0d28e8e990ddfa04af9ce8f07468c0f0d6
This commit is contained in:
Jeremy Stanley 2014-08-28 23:25:10 +00:00
parent ff42229d94
commit 36b60ea13b
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ class openstack_project::review (
contactstore_appsec => $contactstore_appsec,
contactstore_pubkey => $contactstore_pubkey,
contactstore_url =>
'http://www.openstack.org/verify/member/',
'http://direct.openstack.org/verify/member/',
projects_file =>
'puppet:///modules/openstack_project/review.projects.yaml',
projects_config =>