trove/releasenotes/notes/remove-idle-timeout-e4a5db0d5ee524d7.yaml
likui 773115adce 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
[2] https://review.opendev.org/c/openstack/oslo.db/+/778441

Change-Id: Id288e09688062b007d57f09aebcd7c447e56f04d
2023-07-20 14:26:40 +08:00

6 lines
179 B
YAML

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