Files
puppet-cloudkitty/releasenotes/notes/wsgi-use-workers-da063cd58b41676b.yaml
Takashi Kajinami 306badcca1 Use workers instead of threads in wsgi by default
In most of puppet-openstack modules, we use workers instead of threads
in wsgi to realize concurrency of api process by default.

This patch makes puppet-cloudkitty follow that standard configuration,
so that the default setup can be more consistent among all modules.

Change-Id: I287b36155958cd535b18d60f0c80395c3082ee46
2020-07-05 00:02:52 +09:00

6 lines
169 B
YAML

---
fixes:
- |
In wsgi configuration, now workers is used to define concurrency by default
instead of threads, to be consistent with the other puppet modules.