openstack-ansible-os_neutron/releasenotes/notes/db-pooling-91ac966776313feb.yaml
Damian Dabrowski 2134df4c53 Database connection pooling improvements
- Implemented new variable ``connection_recycle_time`` responsible for SQLAlchemy's connection recycling
- Set new default values for db pooling variables which are inherited from the global ones.

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/819424
Change-Id: I9609542a2d0de17c9e7a148f5a21ac1e47a390ac
2021-12-08 13:55:04 +00:00

8 lines
258 B
YAML

---
deprecations:
- |
For consistency reasons, ``neutron_db_pool_size`` was deprecated in favor of
``neutron_db_max_pool_size`` which is in a standardized format used in other
repositories.
However, it will be supported until Yoga release.