From e22ec8aab03a79f9b3491724cb42f3b70cf27399 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Tue, 1 May 2018 15:28:28 -0400 Subject: [PATCH] Finish gerrit install for review01.o.o Now that volumes have been attached to review01.o.o, allow puppet to finish the gerrit configuration. Change-Id: I710bb46f0daf5494c7b3f7ccbe5adbb6dcde153d Signed-off-by: Paul Belanger --- manifests/site.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index 8a0c3243b6..277309276c 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -80,7 +80,6 @@ node 'review01.openstack.org' { } class { 'openstack_project::review': - gerrit_configure => false, project_config_repo => 'https://git.openstack.org/openstack-infra/project-config', github_oauth_token => hiera('gerrit_github_token'), github_project_username => hiera('github_project_username', 'username'),