puppet-placement/releasenotes/notes/wsgi-use-workers-b096fb4e67ad72d2.yaml
Takashi Kajinami ac6e4e999b 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-placement follow that standard configuration,
so that the default setup can be more consistent among all modules.

Change-Id: I7be4c1a5a61fcb8236d58804b9502cf7e3d0718b
2020-06-30 23:10:41 +00: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.