b36b942aed
- 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: Ia507320ca552ec60d893e398ad7f68d4283539be
12 lines
553 B
YAML
12 lines
553 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
For consistency reasons, the following variables were deprecated in favor of
|
|
the new ones in a standardized format used in other repositories.
|
|
``keystone_database_pool_timeout`` -> ``keystone_db_pool_timeout``
|
|
``keystone_database_max_pool_size`` -> ``keystone_db_max_pool_size``
|
|
``keystone_database_idle_timeout`` -> ``keystone_db_connection_recycle_time``
|
|
However, they will be supported until next Yoga release.
|
|
- |
|
|
``keystone_database_min_pool_size`` was deprecated as it's deprecated in oslo.db
|