From 14a303ad80b3b13e7f6cdb49129116482287d60a Mon Sep 17 00:00:00 2001 From: Mykyta Karpin Date: Fri, 18 Mar 2016 19:56:36 +0200 Subject: [PATCH] fix config for manage_projects Change-Id: I1492340075f3a94c8522a937b9a051fbd1dee8ff --- murano-apps/Gerrit/Resources/scripts/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/murano-apps/Gerrit/Resources/scripts/site.pp b/murano-apps/Gerrit/Resources/scripts/site.pp index 9636d17..da3217a 100644 --- a/murano-apps/Gerrit/Resources/scripts/site.pp +++ b/murano-apps/Gerrit/Resources/scripts/site.pp @@ -45,7 +45,7 @@ node default { acls_dir => hiera('gerrit_acls_dir'), notify_impact_file => hiera('gerrit_notify_impact_file'), projects_file => hiera('jeepyb_project_file'), - projects_config => hiera('jeepyb_project_file'), + projects_config => 'openstack_project/review-dev.projects.ini.erb', github_username => 'openstack-gerrit', github_oauth_token => hiera('gerrit_github_token'), github_project_username => hiera('github_project_username', 'username'),