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:
Jeremy Stanley 2013-10-28 20:44:35 +00:00
parent ab3322aeaf
commit 367604c31e

View File

@ -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,