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

Change-Id: Iac7cba33f69b39e5bf29c61ed0c22b9b533b1293
2020-07-05 00:07:33 +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.