puppet-openstacklib/manifests
Juan Antonio Osorio Robles 6e2b844db9 apache wsgi: Exchange defaults for workers and threads
Due to Python's GIL [1], we can't use multiple threads for running
OpenStack services without a performance penalty, since the execution
ends up serialized, which defeats the purpose.

Instead, we should use several processes, since this approach doesn't
have this limitation.

[1] https://wiki.python.org/moin/GlobalInterpreterLock

Change-Id: I09b4dfa0873c5a086d4492a7e2ebb72460e507c9
(cherry picked from commit ca0bf6ea34)
2017-09-20 17:30:07 +00:00
..
db Fix lint issues to upgrade to puppet-lint 2.3 2017-07-20 20:42:31 +02:00
messaging Implement openstacklib::messaging::rabbitmq 2014-11-14 19:14:58 +01:00
policy Fix lint issues to upgrade to puppet-lint 2.3 2017-07-20 20:42:31 +02:00
wsgi apache wsgi: Exchange defaults for workers and threads 2017-09-20 17:30:07 +00:00
defaults.pp Default file for all. Use it for virtual package. 2016-07-06 15:24:37 +02:00
openstackclient.pp Avoid duplicate client resource 2015-12-07 16:49:27 -07:00
policy.pp policy.json: Allow puppet modules to manage policy.json 2014-09-25 08:42:18 -04:00
policyrcd.pp Added policy-rc.d class. 2016-04-22 10:41:36 -04:00
service_validation.pp Fix lint issues to upgrade to puppet-lint 2.3 2017-07-20 20:42:31 +02:00