Switch review-dev.openstack.org to login.ubuntu.com
Change-Id: Ifbcd006c6149d2256c636ac440a67387c344bd7e
This commit is contained in:
parent
12a99645a0
commit
4cd96a9809
@ -83,6 +83,7 @@ class openstack_project::gerrit (
|
|||||||
$its_plugins = [],
|
$its_plugins = [],
|
||||||
$its_rules = [],
|
$its_rules = [],
|
||||||
$java_home = '',
|
$java_home = '',
|
||||||
|
$openidssourl = 'https://login.launchpad.net/+openid',
|
||||||
) {
|
) {
|
||||||
|
|
||||||
class { 'jeepyb::openstackwatch':
|
class { 'jeepyb::openstackwatch':
|
||||||
@ -137,7 +138,7 @@ class openstack_project::gerrit (
|
|||||||
ssh_replication_rsa_key_contents => $ssh_replication_rsa_key_contents,
|
ssh_replication_rsa_key_contents => $ssh_replication_rsa_key_contents,
|
||||||
ssh_replication_rsa_pubkey_contents => $ssh_replication_rsa_pubkey_contents,
|
ssh_replication_rsa_pubkey_contents => $ssh_replication_rsa_pubkey_contents,
|
||||||
email => $email,
|
email => $email,
|
||||||
openidssourl => 'https://login.launchpad.net/+openid',
|
openidssourl => $openidssourl,
|
||||||
database_poollimit => $database_poollimit,
|
database_poollimit => $database_poollimit,
|
||||||
container_heaplimit => $container_heaplimit,
|
container_heaplimit => $container_heaplimit,
|
||||||
core_packedgitopenfiles => $core_packedgitopenfiles,
|
core_packedgitopenfiles => $core_packedgitopenfiles,
|
||||||
|
@ -80,6 +80,7 @@ class openstack_project::review_dev (
|
|||||||
email_private_key => $email_private_key,
|
email_private_key => $email_private_key,
|
||||||
gitweb => false,
|
gitweb => false,
|
||||||
cgit => true,
|
cgit => true,
|
||||||
|
openidssourl => 'https://login.ubuntu.com/+openid',
|
||||||
web_repo_url => 'https://git.openstack.org/cgit/',
|
web_repo_url => 'https://git.openstack.org/cgit/',
|
||||||
web_repo_url_encode => false,
|
web_repo_url_encode => false,
|
||||||
swift_username => $swift_username,
|
swift_username => $swift_username,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user