diff --git a/modules/openstack_project/manifests/review.pp b/modules/openstack_project/manifests/review.pp index b9e8014ae3..71e22756c0 100644 --- a/modules/openstack_project/manifests/review.pp +++ b/modules/openstack_project/manifests/review.pp @@ -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,