Merge "Set threads=1 for gnocchi in wsgi configuration"

This commit is contained in:
Zuul 2018-07-31 09:57:57 +00:00 committed by Gerrit Code Review
commit 73e0b07200
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
} }