ac6e4e999b
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
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.
|