9a9c8dbf4e
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
12 lines
489 B
YAML
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
|