oslo.db/releasenotes/notes/removed-deprecated-idle-timeout-051a6a9a792bd8de.yaml
Daniel Bengtsson a857b83c9c Remove the idle_timeout option.
The option was replaced 4 years ago[1] by connection_recycle_time. The
option is not anymore present in sqlalchemy. It's the good time to
remove it.

[1] 6634218415

Change-Id: I0c26c3e14ad9ad9a4f30af80757e369d6042441a
2021-06-23 13:04:45 +02:00

8 lines
277 B
YAML

---
fixes:
- |
Removed the ``[DATABASE] idle_timeout``, ``[database] idle_timeout``,
``[sql] idle_timeout``, ``[DEFAULT] sql_idle_timeout`` and
``[DATABASE] sql_idle_timeout`` options. These were all legacy
aliases for ``[database] connection_recycle_time``.