puppet-aodh/manifests
Juan Antonio Osorio Robles fb86336bf7 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: I3aa3757a991d4437d0921cb55c1d08b5c9179de1
2017-10-13 08:47:48 +00:00
..
db Add hooks for external install & svc management 2016-11-28 13:13:17 +08:00
keystone Deprecate revocation_cache_time option 2017-09-14 10:51:20 +08:00
wsgi apache wsgi: Exchange defaults for workers and threads 2017-10-13 08:47:48 +00:00
api.pp Support setting paste_config setting on api. 2017-08-18 14:52:02 +10:00
auth.pp Add hooks for external install & svc management 2016-11-28 13:13:17 +08:00
client.pp Fix annotation of the ensure parameter 2017-01-20 17:28:45 +08:00
config.pp Fix filename of api_paste.ini 2017-07-26 09:26:33 +08:00
db.pp Add hooks for external install & svc management 2016-11-28 13:13:17 +08:00
deps.pp Add oslo::db to dependency chain 2017-01-22 21:21:03 +08:00
evaluator.pp Allow to configure evaluation interval 2017-07-12 08:39:18 +02:00
init.pp Fix rpc_backend option warning 2017-08-10 02:05:12 +00:00
listener.pp Add hooks for external install & svc management 2016-11-28 13:13:17 +08:00
logging.pp Accept empty strings for log_dir 2017-10-10 08:04:39 +03:00
notifier.pp Add hooks for external install & svc management 2016-11-28 13:13:17 +08:00
params.pp Install python-redis if coordination url uses it 2017-02-15 08:23:33 -05:00
policy.pp Add hooks for external install & svc management 2016-11-28 13:13:17 +08:00