openstack-ansible/releasenotes/notes/db-pooling-f078d5d7668377b2.yaml
Dmitriy Rabotyagov a0cfc507ed Freeze roles for Xena RC1
We will also create stable/xena branch from this commit.

Change-Id: I2c887fa031a6001431bf5075fb9a58e5726f64ca
2021-12-10 21:23:04 +00:00

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