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
This commit is contained in:
Alfredo Moralejo 2018-07-04 11:42:00 +02:00
parent bb28296d5e
commit b29f69a697
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ class packstack::gnocchi ()
class { '::gnocchi::wsgi::apache': class { '::gnocchi::wsgi::apache':
workers => hiera('CONFIG_SERVICE_WORKERS'), workers => hiera('CONFIG_SERVICE_WORKERS'),
threads => hiera('CONFIG_SERVICE_WORKERS'),
ssl => false ssl => false
} }