
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
6 lines
169 B
YAML
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.
|