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

View File

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