From dc19920e9c75054a8dfc8debb09418512aa10b9f Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 19 Nov 2012 21:28:14 +0000 Subject: [PATCH] Point review-dev at the foundation contact store. * modules/openstack_project/manifests/review_dev.pp: Set contactstore_url to the URL of the new OpenStack Foundation contact store server for testing purposes. Change-Id: I161fb3cf4f5c414495c79509fb71da633d1cf08f Reviewed-on: https://review.openstack.org/16468 Approved: James E. Blair Reviewed-by: James E. Blair Tested-by: Jenkins --- modules/openstack_project/manifests/review_dev.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/manifests/review_dev.pp b/modules/openstack_project/manifests/review_dev.pp index c82c70a7cf..fec33f95e4 100644 --- a/modules/openstack_project/manifests/review_dev.pp +++ b/modules/openstack_project/manifests/review_dev.pp @@ -42,7 +42,7 @@ class openstack_project::review_dev ( contactstore => true, contactstore_appsec => $contactstore_appsec, contactstore_pubkey => $contactstore_pubkey, - contactstore_url => 'https://www.yuggoth.org/gerrit_test', + contactstore_url => 'http://www.openstack.org/verify/member/', script_user => 'launchpadsync', script_key_file => '/home/gerrit2/.ssh/launchpadsync_rsa', script_logging_conf => '/home/gerrit2/.sync_logging.conf',