From b29f69a6974fe9df3572da19031688d388c13a4d Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Wed, 4 Jul 2018 11:42:00 +0200 Subject: [PATCH] Set threads=1 for gnocchi in wsgi configuration When setting service-workers we are setting that value for workers and threads. This is different to what we do for other services as aodh or keystone. Change-Id: Ic6185f9781d164d33df6b26eea4ebf052a37e00d Resolves: rhbz#1598043 --- packstack/puppet/modules/packstack/manifests/gnocchi.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/packstack/puppet/modules/packstack/manifests/gnocchi.pp b/packstack/puppet/modules/packstack/manifests/gnocchi.pp index 717fb45a2..b3f9c41c6 100644 --- a/packstack/puppet/modules/packstack/manifests/gnocchi.pp +++ b/packstack/puppet/modules/packstack/manifests/gnocchi.pp @@ -7,7 +7,6 @@ class packstack::gnocchi () class { '::gnocchi::wsgi::apache': workers => hiera('CONFIG_SERVICE_WORKERS'), - threads => hiera('CONFIG_SERVICE_WORKERS'), ssl => false }