tacker/releasenotes/notes/bug-1923528-too-many-workers-919ad36e0c0ea9b0.yaml
Yasufumi Ogawa 9a9c8dbf4e Update releasenotes from Xena cycle
Listing updates from begining of Xena cycle should be included in
releasenotes.

* Dropping sqlalchemy-filters while updating SQLAlchemy [1].

* Update default network driver to OVN in [2] and [3].

* Bug fixes of features, totally seven as referred in git log.

[1] https://review.opendev.org/c/openstack/tacker/+/796160
[2] https://review.opendev.org/c/openstack/tacker/+/794014
[3] https://review.opendev.org/c/openstack/tacker/+/792872

Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
Change-Id: I9b8c8ab02e8ddf9d50716f1ee32c60da9c603a52
2021-07-29 14:46:44 +00:00

12 lines
489 B
YAML

---
fixes:
- |
Fixes `bug 1923528`_, drop ``WorkerService`` class which spawns child
service proceses with given number ``api_worker`` as a config value.
Without this fix, it results in that the worker processes, the number of
them is ``api_worker``, spawn each child processes unintendedly.
``api_worker`` is designed just for the number of workers, and not for
their children.
.. _bug 1923528 : https://bugs.launchpad.net/tacker/+bug/1923528