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 }