Use the fake contactstore on review-dev.

* modules/openstack_project/manifests/review_dev.pp: In preparation
for putting the current contact store system into production, this
repoints the testing contactstore on review-dev.openstack.org at its
local fakestore CGI instead so that we don't break it. We can change
this to a development Foundation Membership System server later once
one exists.

Change-Id: Id2d2979633da8fdc54ba5dd1aa9a01ce117e7572
Reviewed-on: https://review.openstack.org/19940
Reviewed-by: James E. Blair <corvus@inaugust.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
Jeremy Stanley 2013-01-17 15:00:59 +00:00 committed by Jenkins
parent fe35df9605
commit 58e307f856

View File

@ -45,8 +45,7 @@ class openstack_project::review_dev (
contactstore => true,
contactstore_appsec => $contactstore_appsec,
contactstore_pubkey => $contactstore_pubkey,
contactstore_url =>
'http://www.openstack.org/verify/member/',
contactstore_url => "${::canonicalweburl}fakestore",
script_user => 'launchpadsync',
script_key_file => '/home/gerrit2/.ssh/launchpadsync_rsa',
script_logging_conf => '/home/gerrit2/.sync_logging.conf',