Hard-code the URL to review-dev's contact store.
* modules/openstack_project/manifests/review_dev.pp: The contactstore_url parameter can't reuse canonicalweburl because it's being set in the same parameter list and thus not available at the time of parsing. Instead just hardcode it. Change-Id: I44d4366c4658dfdd17709447bb0592b75604e805 Reviewed-on: https://review.openstack.org/20072 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:
parent
6bc14d0032
commit
647befd74b
@ -45,7 +45,8 @@ class openstack_project::review_dev (
|
||||
contactstore => true,
|
||||
contactstore_appsec => $contactstore_appsec,
|
||||
contactstore_pubkey => $contactstore_pubkey,
|
||||
contactstore_url => "${::canonicalweburl}fakestore",
|
||||
contactstore_url =>
|
||||
'https://review-dev.openstack.org/fakestore',
|
||||
script_user => 'launchpadsync',
|
||||
script_key_file => '/home/gerrit2/.ssh/launchpadsync_rsa',
|
||||
script_logging_conf => '/home/gerrit2/.sync_logging.conf',
|
||||
|
Loading…
x
Reference in New Issue
Block a user