Files
puppet-designate/releasenotes/notes/db-oslo-449552b2d0b9e9fd.yaml
Takashi Kajinami b8d1841876 Use oslo::db class to set database parameters
This patch refactors the designate::db class, by using the oslo::db
class, so that we can get rid of duplicated implementations.

Change-Id: I13156970bdbebfb6c882f992815dcf73d3d0d399
2020-08-31 13:03:56 +09:00

15 lines
360 B
YAML

---
features:
- |
The following parameters have been added to the ``designate::db`` class.
- ``database_connection_recycle_time``
- ``database_pool_timeout``
deprecations:
- |
The following parameters have been deprecated and have no effect.
- ``designate::db::database_idle_timeout``
- ``designate::db::database_min_pool_size``