Don't pass mysql passwords to project gerrit class
* modules/openstack_project/manifests/review.pp: The mysql_password and mysql_root_password parameters are consumed by the gerrit::mysql class now, so stop passing it to the openstack_project::gerrit class here. Change-Id: I697f479181dfbe1d892f0ab135fa2692243d2667
This commit is contained in:
parent
ab3322aeaf
commit
367604c31e
@ -117,8 +117,6 @@ class openstack_project::review (
|
||||
github_oauth_token => $github_oauth_token,
|
||||
github_project_username => $github_project_username,
|
||||
github_project_password => $github_project_password,
|
||||
mysql_password => $mysql_password,
|
||||
mysql_root_password => $mysql_root_password,
|
||||
trivial_rebase_role_id => 'trivial-rebase@review.openstack.org',
|
||||
email_private_key => $email_private_key,
|
||||
sysadmins => $sysadmins,
|
||||
|
Loading…
x
Reference in New Issue
Block a user